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