curl --location --request POST '/auth/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "jens@example.com",
"wachtwoord": "GeheimWachtwoord123"
}'{
"ondernemerId": "string",
"token": "string",
"expiry": "2019-08-24T14:15:22Z"
}