curl --request POST \
--url https://{server-url}/chat/updateProfileStatus/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"status": "<string>"
}'
Update profile status
curl --request POST \
--url https://{server-url}/chat/updateProfileStatus/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"status": "<string>"
}'
Your authorization key header
ID of the instance to connect