{ "operationId": "postSimulateAuthorizationAdvice", "method": "POST", "path": "/v1/simulate/authorization_advice", "summary": "Simulate authorization advice", "requestExamples": [ { "contentType": "application/json", "name": "simulateAuthorizationAdvice", "example": { "amount": 3831, "token": "fabd829d-7f7b-4432-a8f2-07ea4889aaac" } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "debugging_request_id": "d31645af-da9e-4952-b7dc-3ffb06618b39", "token": "fabd829d-7f7b-4432-a8f2-07ea4889aaac" } } ] }