Authorization: Bearer ********************{
"phones": [
"5511912345678"
],
"tabs": [
{
"tabId": "tab-b24d123f-d903-ab7b-8013-8413edbbd02a",
"action": "add"
}
]
}curl --location --request POST 'https://api.opt-api.com/api/tabs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phones": [
"5511912345678"
],
"tabs": [
{
"tabId": "tab-b24d123f-d903-ab7b-8013-8413edbbd02a",
"action": "add"
}
]
}'{}