curl --location --request GET 'https://api.zid.sa/v1/managers/order/550e8400-e29b-41d4-a716-446655440000/tags' \
--header 'Authorization: {{Autherization}}' \
--header 'Store-ID: {{StoreId}}' \
--header 'Content-Type: application/json' \
--data '{
"name": "Priority Order"
}'{
"status": "object",
"order_tag": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Priority Order",
"store_id": "660e8400-e29b-41d4-a716-446655440000",
"user_id": "770e8400-e29b-41d4-a716-446655440000",
"orders": []
},
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}