{
"position": 1,
"label": 3
}
curl --location -g --request POST 'http://localhost/v2/change_label' \
--header 'Content-Type: application/json' \
--data-raw '{
"position": 1,
"label": 3
}'
{
"status": true,
"msg": "Sent change label successfully!"
}