Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/auth-service/v1/auth/password/forgot' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'{
"status": "success",
"message": "string"
}