POST
/kds/orderStatus/{orderId}
curl \
--request POST 'https://api.staging.deliverect.com/kds/orderStatus/{orderId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"reason":"Order is being prepared.","status":50,"orderId":"6239****835f"}'
Request example
{
"reason": "Order is being prepared.",
"status": 50,
"orderId": "6239****835f"
}