program membership id
twitter handle associated with the program membership
instagram username associated with the program membership
POST /partner-api/membership/{program_membership_id}/social-media-credentials HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 55 "twitter_username='text'&instagram_username='text'"
Membership was updated with social media credentials
{ "membership": { "id": "text", "external_user_id": "text", "wallet_address": "text", "profile_image": "text", "on_chain_token_id": "text", "created_at": 1, "social_media_credentials": { "twitter_username": "text", "instagram_username": "text", "tiktok_username": "text" }, "family_member_birthdays": [ "text" ] } }