curl --request PUT \
--url https://api.skulabs.com/purchase_order/set_tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"tags": [
"<string>"
]
}
'{}/purchase_order/set_tags
curl --request PUT \
--url https://api.skulabs.com/purchase_order/set_tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"tags": [
"<string>"
]
}
'{}