{
"accountEmail": "string",
"verificationCode": "string"
}
curl --location --request POST 'http://127.0.0.1:8091/clean/account/validation' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountEmail": "string",
"verificationCode": "string"
}'
{}