cURL
curl --request POST \ --url https://www.postable.com/api/v1/groups/{groupId}/contacts/{contactId} \ --header 'Authorization: Bearer <token>'
Add one or more contacts to a group
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Contact added to group successfully