Create access token

POST {{API_BASE_URL}}/user/dev

Create a new access token with the name contained in the request body

Request Body

{"name"=>"string"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: Created

{"dev_token":"string"}