curl --location 'http://localhost:8085/api/labels' \
--header 'Content-Type: application/json' \
--data '{
"label_name": "string"
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"count": 0,
"list": {
"id": 0,
"name": "string"
}
},
"message": "string"
}