{
"userId": 0,
"confirmationCode": "string",
"c": "string"
}
curl --location --request POST '/api/services/app/Account/ActivateEmail' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"confirmationCode": "string",
"c": "string"
}'
{}