curl --location 'https://api.kabonshare.com/api/user-auth/forgot-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com" }'
{ "status": true, "message": "string", "data": {} }