{"label":"标签名字"}
curl --location --request POST 'add_label' \ --header 'Content-Type: application/json' \ --data-raw '{"label":"标签名字"}'
{}