curl --request PATCH \
--url https://api.example.com/api-key/{apiKeyId} \
--header 'Content-Type: application/json' \
--data '
{
"name": "Pontua Bot"
}
'{
"status": true,
"mensagem": "OK"
}curl --request PATCH \
--url https://api.example.com/api-key/{apiKeyId} \
--header 'Content-Type: application/json' \
--data '
{
"name": "Pontua Bot"
}
'{
"status": true,
"mensagem": "OK"
}The API Key to be updated