Authorization: Bearer ********************curl --location --request POST 'https://web-api.blockindex.com/entity/1/businessDataAutomationRule//getNotFoundCurrencyList' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": {
"totalCount": 0,
"list": [
"string"
],
"job": {
"jobId": "string",
"entityId": "string",
"jobUUID": "string",
"n8nId": "string",
"type": "BUSINESS_DATA_AUTOMATION_JOURNALING",
"userId": "string",
"meta": {},
"result": {},
"process": "string",
"status": "DOING",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string"
}
}
}