curl --location --request PATCH 'https://api.personio.de/v1/company/attendances/' \
--header 'Content-Type: application/json' \
--data-raw '{
"break": 35,
"comment": null,
"date": "2019-03-17T00:00:00.000Z",
"end_time": 720,
"start_time": 540
}'
{
"data": {
"message": "The attendance period was updated."
},
"success": true
}