curl --request POST \
--url https://api.sand.getivy.de/api/service/webhook-event/data_session_completed \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"type": "data_session_completed",
"date": "<string>",
"payload": "<unknown>"
}
'