curl --location --request DELETE 'http://localhost:6000/users/1' \ --header 'Authorization: Bearer <token_de_acesso>' \ --header 'Content-Type: application/json'
{ "access_token": "string" }