curl --location --request POST '/api/Auth/ForgotPassword' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string"
}'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": true
}