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