{
"email": "string",
"scene": "RESET_PASSWORD",
"appId": "string"
}
curl --location --request POST 'https://core.authing.cn/api/v2/email/send-email' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Authorization: Bearer sdfsdfsdf' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"scene": "RESET_PASSWORD",
"appId": "string"
}'
{
"code": 200,
"message": ""
}