PATCH
/
profile
/
name
Alterar nome do perfil
curl --request PATCH \
  --url https://api.zapperapi.com/{instanceId}/profile/name \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'

Body

application/json

Response

200

Default Response