Update profile name
curl --request POST \
--url https://{server-url}/chat/updateProfileName/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"name": "<string>"
}'
curl --request POST \
--url https://{server-url}/chat/updateProfileName/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"name": "<string>"
}'
Update profile name
curl --request POST \
--url https://{server-url}/chat/updateProfileName/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"name": "<string>"
}'
curl --request POST \
--url https://{server-url}/chat/updateProfileName/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"name": "<string>"
}'