Authorization: Bearer ********************{
"phones":[
"5511912345678"
],
"labels":[
{
"labelId":"12",
"type":"add"
}
]
}curl --location --request POST 'https://api.opt-api.com/api/labels' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phones":[
"5511912345678"
],
"labels":[
{
"labelId":"12",
"type":"add"
}
]
}'{}