2xx response status codes.
{
"event_id": "101aa6a1-ed22-42f0-84ca-1f8a028a2d28",
"event_type": "part.status.changed",
"timestamp": "2023-01-12T14:17:20+02:00",
"event_data": {
"part_id": "15",
"status": "sold",
}
}
curl -X POST [callback_url] \
-H "[callback_header_name]: [callback_header_value]" \
-H "Content-Type: application/json" \
-d '{
"event_id": "101aa6a1-ed22-42f0-84ca-1f8a028a2d28",
"event_type": "part.status.changed",
"timestamp": "2023-01-12T14:17:20+02:00",
"event_data": {
"part_id": "15",
"status": "sold"
}
}'