curl --location --request POST 'http://localhost:3000/api/auth/forgotPassword' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string"
}'
{
"responseMessage": [
"string"
],
"responseCode": "string",
"responseData": {}
}