curl --location --request POST 'https://<WSO2_OB_KM_HOST>:9446/api/openbanking/mireport/v1.0/analytics/account' \
--header 'Content-Type: application/json' \
--data-raw '{
"consentId": "ffd2e946-acd0-49c9-9d45-d5983781f4b5",
"clientId": "1234",
"userId" : "psu1@wso2.com",
"reAuth": "true",
"debtorAccountIds": [
"1233444",
"9875432"
],
"timestamp" : "1560832453",
"authorisationStatus" : "Authorised"
}' |