curl --location '/api/v1/auth/reset-password' \ --header 'Content-Type: application/json' \ --data '{ "token": "string", "password": "stringst" }'
{ "success": true, "data": null, "error": null }