Authorization: Bearer ********************{
"phones": [
"5511912345678"
],
"tabs": [
{
"tabId": "rmk-4a7ca601-784b-ff30-86d9-d1ac7a14bc73",
"action": "add"
}
]
}curl --location --request POST 'https://api.opt-api.com/api/remarketing-tabs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phones": [
"5511912345678"
],
"tabs": [
{
"tabId": "rmk-4a7ca601-784b-ff30-86d9-d1ac7a14bc73",
"action": "add"
}
]
}'{}