item_id as a path parameter.curl --location 'https://api.techrar.com/inventory/v1/merchant/items//purchase/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"qty": 1,
"date": "2025-01-28",
"donation": null
}'{
"id": 5,
"item_id": 108,
"item_sku": "1744877612311",
"item_name_en": "test",
"item_name_ar": "test",
"customer_id": 1,
"qty": 1,
"price": "565.36",
"source": "techrar",
"created_at": "2025-05-11T16:19:28.232959+03:00"
}