curl --location --request PATCH 'https://api.vereinsantrag.de/v1/submits/cancellations/' \
--header 'Content-Type: application/json' \
--data-raw '{
"changeReason": "string",
"cancellation": {
"eMail": "user@example.com",
"firstname": "string",
"lastname": "string",
"gender": "Woman",
"birthday": "2019-08-24",
"city": "string",
"familyMember": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"firstname": "string",
"lastname": "string",
"gender": "Woman",
"birthday": "2019-08-24"
}
}
}'{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}