curl --location --request POST 'https://your-api-server.com' \
--header 'Accept: application/json' \
--header 'Authorization: key_kwjfoisdfoiwfAFsofidfweoid' \
--header 'Content-Type: application/json' \
--data-raw '{
"shipment_id": 12345,
"tracking_number": "FF97461C55A0",
"invoice": "INV-67890",
"delivery_fee": "84.00",
"event": "created",
"message": "Package arrived at the sorting center.",
"updated_at": "2025-03-02 13:15:00"
}'{
"status": "success",
"message": "Webhook received successfully"
}