Authorization: Bearer ********************
{
"mail": "string"
}
curl --location --request POST 'https://api.servebolt.io/v1/auth/reset-password' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"mail": "string"
}'
{}