cURL
curl --request POST \ --url https://services.pref.rio/rmi/v1/avatars \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "url": "<string>" } '
{ "created_at": "<string>", "id": "<string>", "is_active": true, "name": "<string>", "url": "<string>" }
Cria um novo avatar de foto de perfil (somente administradores)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dados do avatar
1 - 100
Avatar criado com sucesso