curl --location '/transactions//riskanalysis?page=1' \
--header 'Authorization: Bearer <token>'{
"offset": 0,
"limit": 50,
"count": 1,
"data": [
{
"id": 157,
"externalId": "2125-11108",
"transaction": {
"id": 11108
},
"score": 800,
"message": "ok",
"rules": null,
"riskLevel": 5,
"status": 120,
"externalStatus": 0,
"operationMessage": 0,
"operationCode": null,
"notes": null,
"createdAt": "2019-04-03T10:24:30-0300",
"updatedAt": null
}
]
}