Authorization: Bearer ********************
curl --location --request PUT 'http://localhost:8080/api-tokens/1' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "teste editado" }'
{}