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": "success",
"token": "{{YOUR_JWT_TOKEN}}",
"expires_in": 3600
}