{
"navigationId": 0,
"tagConfigIds": [
0
]
}
curl --location --request POST 'https://test.myusmile.online/tagNavigation/batch' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"navigationId": 0,
"tagConfigIds": [
0
]
}'
{
"code": 0,
"message": "string",
"data": {}
}