curl --location --request POST 'https://api.mediashare.com/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": "facebook",
"platformUserId": "string",
"username": "string",
"displayName": "string",
"profilePicture": "string",
"workspace": "string",
"isActive": true
}
}