curl --request POST \
--url https://api.pricenow.dev/api/pricing/external/prices/skidata \
--header 'Content-Type: application/json' \
--data '
{
"valid_from": "2023-11-07T05:31:56Z",
"dta_product_id": 123,
"dta_consumer_category": 123,
"order_date": "2023-11-07T05:31:56Z",
"valid_to": "2023-11-07T05:31:56Z",
"quantity": 123,
"currency_code": "<string>",
"depot_flag": {},
"system_product_id": "<string>",
"system_consumer_category": "<string>",
"is_online_pos": {}
}
'