Create an order for delivering kits to a client, which will be created with a status of ‘pending’.The order will be created with the user making the request as the ‘placed_by’ user.
Token-based authentication with required prefix "Token"
The unique identifier of the order.
"O1234567"
"2023-01-01T04:30:11.222Z"
pending, in_progress, completed, canceled A list of the kit types that are included in this order.
["health_kit_1"][]An optional dictionary of key-value pairs stored with the order.
{ "some_key": "some_value" }