cURL
curl --request PUT \ --url https://api.buildwithchirp.com/v1/whatsapp/groups/{groupId}/profile-picture \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'file=<unknown>'
{ "success": true }
Update the profile picture of a WhatsApp group
App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations
WhatsApp Group ID
"grp_wa_2DbBs7GWhGvVNJGrDXr5RG0"
Profile picture image file (JPEG or PNG)
Profile picture updated
true