cURL
curl --request DELETE \ --url https://services.staging.app.dados.rio/rmi/v1/phone/{phone_number}/quarantine \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "phone_number": "<string>", "quarantine_until": "<string>", "status": "<string>" }
Libera um número de telefone da quarentena (apenas administradores)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Número do telefone
OK
The response is of type object.
object