curl --request POST \
--url https://sandbox-api.shipbob.com/2026-01/simulate/shipment \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"shipment_id": "string",
"simulation": {
"action": "string",
"delay": 0,
"next": {}
}
}
'