curl --request POST \
--url https://api.zochil.io/v3/monitoring/shipments/new \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"product_id": 1,
"order_id": 123,
"merchant_id": 456,
"package_weight": 1.5
}
'