curl --location --request POST 'https://data.api.attribuly.com/v2-4-2/api/order/attribution-touch' \
--header 'ApiKey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_ids": [
"string"
]
}'{
"code": 1,
"message": "Service succeed",
"data": [
{
"order_id": "5154874786005",
"first_touchpoint": {
"campaign": "direct/--",
"channel": "direct",
"source": "direct",
"medium": "--",
"time": "2023-03-29 07:25:56"
},
"last_touchpoint": {
"campaign": "direct/--",
"channel": "direct",
"source": "direct",
"medium": "--",
"time": "2023-03-29 07:25:56"
}
}
]
}