curl --location --request POST 'https://your-api-server.com' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "363c38cd-9682-4ff3-9100-9ef4e755f275",
"current_status": "New",
"previous_status": "New",
"model_id": "cb2aba10-979f-461c-bdb7-906f5047d111",
"product_type": "products_2d",
"delivery_type": "new"
}'