curl --location --request POST 'https://api.plusvibe.ai/api/v1/account/bulk-reconnect' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"68329272b5658177e8e4c620"
],
"workspace_id": "65f3c92d3dbe5dbb35374a9a"
}'
{
"status": "success"
}