endpoints
POST - /files
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
Response
200 - application/json
The response is of type any
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type any
.