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