curl --location --request POST '/api/auth/forget-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"redirectTo": "string"
}'
{
"status": true,
"message": "string"
}