curl --location 'https://api.qeeptech.com/v1/txn-monitoring/lists//entries' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"entityName": "string",
"entityType": "INDIVIDUAL",
"identifiers": "string",
"reason": "string"
}'{
"success": true,
"data": {
"id": "string",
"watchlistId": "string",
"entityName": "string",
"entityType": "string",
"alternateNames": [
"string"
],
"identifiers": [
"string"
],
"addresses": [
"string"
],
"programs": [
"string"
],
"countries": [
"string"
],
"reason": "string",
"createdAt": "string",
"updatedAt": "string"
},
"message": "string",
"meta": {
"timestamp": "2019-08-24T14:15:22.123Z",
"requestId": "string",
"traceId": "string",
"spanId": "string",
"path": "string",
"pagination": {
"page": 0,
"limit": 0,
"total": 0,
"totalPages": 0,
"hasNext": true,
"hasPrevious": true
}
}
}