{ "label_name": "string" }
curl --location --request POST '/user/label' \ --header 'x-token: {{x-token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "label_name": "string" }'
null