curl --location --request POST 'http://localhost:3000/api/auth/forgot-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "Jana_Schamberger81@yahoo.com"
}'{
"status": "ok",
"message": "Password reset link sent to your email",
"data": {}
}