curl --location --request POST 'https://api.youratlas.com/v1/api/knowledgebase//tag' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagName": "string"
}'{
"odata.metadata": "string",
"value": [
{
"Name": "string",
"PartitionKey": "string",
"RowKey": "string",
"size": 0,
"timestamp": "string",
"Timestamp": "2019-08-24T14:15:22.123Z"
}
]
}