username and password fields.Authorization header (Bearer <token>).curl --location --request POST 'https://www.mijnhostingpartner.nl/v1/api/authenticate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{"client_id": "", "client_secret": ""}'{
"status": "string",
"expires_in": 0,
"token": "string"
}