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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: Created
{"dev_token":"string"}