curl --request PUT \
--url https://api.contas.rdstationmentoria.com.br/rest/apps/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"color": "#ff5722",
"redirectUris": [],
"roles": []
}'