curl --location --globoff 'https://.daftra.com/v2/api/multi-entity' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '[
{
"key": "invoice",
"action": "show",
"options": "172185",
"data_level": 1
},
{
"key": "requisition",
"action": "list",
"options": { "order_id": "172185", "order_type": 3 },
"alias": "requisition"
}
]'{}