curl --location --request POST 'https://apiv3.imocha.io/v3/callbacks/process' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "testinvitationIds": [
        0
    ]
}'{
    "result": {
        "testinvitationIds": {
            "successful": [
                3178172,
                3178205
            ],
            "failed": []
        }
    },
    "errors": null
}