Authorization: Bearer ********************
curl --location 'http://localhost:4516/api-tokens' \ --header 'Authorization: Bearer <token>' \ --header 'Cookie: i18next=en-US' \ --header 'Content-Type: application/json' \ --data '{ "name": "teste editad" }'
{}