Authorization: ********************{
"email": "string",
"code": "string"
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/user/email' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"code": "string"
}'{
"code": 0,
"msg": "string",
"success": true
}