curl --request POST \
--url https://api.l2msg.com/whatsapp/chat/updateProfilePicture/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"picture": "<string>"
}'
Update profile picture
curl --request POST \
--url https://api.l2msg.com/whatsapp/chat/updateProfilePicture/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"picture": "<string>"
}'
Your authorization key header
Name instance