Authorization: Bearer ********************
{
"id":2,
"tagIds":[1, 2]
}
curl --location --request POST '/personnelRoster/markTag' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":2,
"tagIds":[1, 2]
}'
false