curl --location 'https://api.kabonshare.com/api/user-auth/reset-password' \ --header 'Content-Type: application/json' \ --data '{ "token": "string", "password": "pa$$word" }'
{ "status": true, "message": "string", "data": {} }