Authorization: Bearer ********************{
"email": "string"
}curl --location --request POST '/api/auth/request-password-reset' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string"
}'{
"code": 0,
"message": "",
"data": null
}