curl --location 'https://api.studiointern.de//v2/pub/contract/revoke-request' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vorname": "string",
"nachname": "string",
"email": "user@example.com",
"debnr": "string",
"vertrag_bezeichnung": "string",
"vertrag_datum": "2019-08-24",
"studio_mail_address": "user@example.com",
"no_custos": 0,
"no_email_check": 0
}'{
"success": true,
"code": 0,
"locale": "de",
"message": "string",
"data": null,
"links": {},
"meta": {}
}