curl --location '/api/v1/users//tokens' \ --header 'Content-Type: application/json' \ --data '{ "name": "string" }'
{ "id": 0, "name": "string", "sha1": "string", "token_last_eight": "string" }