Authorization: Bearer ********************curl --location 'https://web-api.blockindex.com/entity//chartOfAccount/thirdparty/XERO' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": [
{
"thirdpartyPlatform": "string",
"entityFile": {
"entityFileId": "string",
"entityId": "string",
"maskId": "string",
"name": "string",
"templateSlug": "string",
"userId": "string",
"createdAt": "string"
}
}
]
}