curl --location --request POST '185.252.233.246/api/auth/facebook/connect-page' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageId": "string",
"workspaceId": "string"
}'{
"message": "string",
"account": {
"id": "string",
"platform": "instagram",
"platformUserId": "string",
"platformUsername": "string",
"displayName": "string",
"profileImage": "string",
"workspace": "string",
"expiresAt": "2019-08-24T14:15:22.123Z",
"connectedAt": "2019-08-24T14:15:22.123Z",
"lastUsedAt": "2019-08-24T14:15:22.123Z"
},
"replacedPage": {}
}