{ "password": "string", "code": "stri" }
curl --location --request PUT 'https://mock.apidog.com/m1/740441-0-default/auth/password?action=submit&target=password' \ --header 'Authorization: Bearer <valid_confirmation_code>' \ --header 'Content-Type: application/json' \ --data-raw '{ "password": "string", "code": "stri" }'
{ "data": {}, "error": { "code": "string", "message": "string", "errors": [ { "code": "string", "message": "string" } ] }, "links": { "self": "http://example.com", "prev": "http://example.com", "next": "http://example.com", "last": "http://example.com" }, "meta": { "receivedAt": 0, "requestId": "string" } }