curl --location --request PUT 'http://localhost:8085/api/contacts//labels' \
--header 'Content-Type: application/json' \
--data '{
"label_ids": "string"
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
}
},
"message": "string"
}