{
"name": "Test",
"sort": 0,
"parent_id": 0
}
curl --location --request POST '/mpremotes/mptags' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Test",
"sort": 0,
"parent_id": 0
}'
{
"id": 1,
"name": "Test",
"sort": 0,
"parent_id": 0,
"path": "0",
"depth": 0,
"create_time": 1711102967
}