x-api-key: ********************curl --location -g --request PATCH 'https://relay.exostack.cloud//api/inventory/products/by-id/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Widget Standard v2",
"prices": {
"promo": 29.99,
"regular": 34.99
}
}'{
"success": true,
"created_id": 0,
"updated_id": 0,
"deleted_id": 0
}