curl --location --request GET 'https://api.storyous.com/delivery/orders/5a75b658f60a3c15009312f1-5a75b658f60a3c15009312f2/5a75b658f60a3c1500931233' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"orderId": "55af539409393f3d00000054",
"externalId": "someOrderId",
"state": "CONFIRMED",
"_version": 1,
"_lastModifiedAt": "2016-01-01T13:30:00.000Z"
}