x-api-key: ********************curl --location -g --request POST 'https://relay.exostack.cloud//api/inventory/trails/actions/adjust-quantity' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cost": 5.5,
"date": "2026-03-15T00:00:00",
"product_id": 5,
"quantity": 10,
"trail_type": 1
}'{
"success": true,
"created_id": 0
}