curl --location --request PUT '/advisor/availability/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"starttijd": "2019-08-24T14:15:22.123Z",
"eindtijd": "2019-08-24T14:15:22.123Z",
"status": "BESCHIKBAAR",
"herhalingType": "GEEN",
"herhalingEinddatum": "2019-08-24"
}'{
"id": 0,
"adviseurId": 0,
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z",
"status": "BESCHIKBAAR"
}