curl --location --request POST '/auth/forgot-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string"
}'{
"responseMessage": [
"If your account exists, a reset token has been sent to your email & token expires in 30 minutes"
],
"responseCode": 200,
"responseData": {}
}