curl --location --request POST 'https://connect.dispatchable.com/loads/api/v1/commodities' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"load_uuid": "2ae89677-078d-4cad-81a3-e1a1a45a5a23",
"key": "784d8d2f-e3c6-48a3-b2ca-160b91267a66",
"shipping_cost": 100,
"deposit": 100,
"name": "123123",
"description": null,
"package_type": "PALLET_CUSTOM",
"quantity": 1,
"length_in": 48,
"width_in": 40,
"height_in": "1",
"weight_lbs": "1",
"is_new": true,
"chains": 2,
"straps": 0,
"is_trade_show": false,
"is_hazmat": false,
"contains_alcohol": false
}'