{ "event": { "uuid": "4e3f192a-c674-4de1-adb1-2f12e1adc62f", "name": "stock_notify", "timestamp": "2022-07-08T13:24:00.128774Z" }, "data": { "id": "745626", "name": "BELLA", "sku": "UNPT1K00M", "color": "Black", "style": "3001", "size": "L", "brand": "BELLA", "print_areas": [ "front", "back" ], "stock": 10, "status": "discontinued" } }
curl --location --request POST 'https://your.endpoint.here' \ --header 'Content-Type: application/json' \ --data-raw '{ "event": { "uuid": "4e3f192a-c674-4de1-adb1-2f12e1adc62f", "name": "stock_notify", "timestamp": "2022-07-08T13:24:00.128774Z" }, "data": { "id": "745626", "name": "BELLA", "sku": "UNPT1K00M", "color": "Black", "style": "3001", "size": "L", "brand": "BELLA", "print_areas": [ "front", "back" ], "stock": 10, "status": "discontinued" } }'
{}