{
"email": "user@example.com",
"validateType": "string"
}
curl --location --request POST '/blackHole3D/basic/account/sendEmailValidateNo' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"validateType": "string"
}'
{
"isSuccess": true,
"errMsg": "string"
}