curl --location --request POST 'https://api.inboxkit.com/v1/api/sequencers/get-sequencers-tags' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "instantly",
"api_key": "sk_test_123456789"
}'{
"error": false,
"tags": [
{
"id": "tag_123456",
"name": "Sales"
}
]
}