Authorization: ********************
curl --location --request POST '/appointments' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "adviseurId": "string", "datumTijd": "2019-08-24T14:15:22Z", "onderwerp": "string" }'