curl --location --request POST '/api/v1/auth/password/forgot' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "yusriladr.37@gmail.com"
}'{
"status_code": 200,
"message": "Request Forgot Password successfully"
}