the program membership id
url of the image
POST /partner-api/v2/program-memberships/{program_membership_id}/set-image HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 20 "image_url='text'"
Successful response
{ "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" ] } }