{
"email": "string",
"enable": true,
"password": "string"
}
curl --location --request POST 'http://test-cn.your-api-server.com/api/security_email' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"enable": true,
"password": "string"
}'
{
"code": 0,
"msg": "string"
}