{
"postIds": [
0
],
"tagConfigId": [
0
]
}
curl --location --request POST 'https://test.myusmile.online/postTag/batch' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"postIds": [
0
],
"tagConfigId": [
0
]
}'
{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"postId": 0,
"tagConfigId": 0,
"createTime": "string",
"updateTime": "string"
}
]
}