curl --location --request POST '/report-api/v1/opendata/report' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"endpoint": "/open-banking/channels/v1/electronic-channels",
"statusCode": 200,
"httpMethod": "GET",
"timestamp": "2021-11-11T18:08:08.421Z",
"processTimespan": 120,
"additionalInfo": {
"clientIp": "192.168.10.11"
}
},
{
"endpoint": "/open-banking/channels/v1/electronic-channels",
"statusCode": 200,
"httpMethod": "GET",
"timestamp": "2021-11-11T18:08:08.421Z",
"processTimespan": 120,
"additionalInfo": {
"clientIp": "192.168.10.11"
}
}
]'