curl --location '/socialaccounts?type=page&network=facebook&active=true&q=undefined&limit=10&offset=0' \
--header 'Authorization: Bearer <token>' \
--header 'X-User-Id: <user id> - number, required'{
"accounts": [
{
"accountId": "slkjfsf156351",
"name": "Incomaker",
"stateMessage": "Account is blocked for rules violation",
"state": "inactive",
"type": "",
"network": ""
}
]
}