cURL
curl --request PATCH \ --url https://api.postflow.app/v1/social-accounts/{socialAccount}/group \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "group_id": "<string>" } '
{ "message": "<string>" }
Moves a social account to a different group.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The social account ID
No content