{ "email": "developer@worknation.com" }
curl --location 'http://localhost:3000/api/v1/auth/forgot-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "developer@worknation.com" }'
{}