curl --location --request POST 'https://apiv3.imocha.io/v3/gdpr/requests' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"CandidateEmail": "string",
"testinvitationId": 0
}'
{
"result": "Request accepted for processing"
}