curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/chat/updateProfilePicture/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"picture": "<string>"
}
'This response has no body data.Update profile picture
curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/chat/updateProfilePicture/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"picture": "<string>"
}
'This response has no body data.