Endpoint Examples
Create Collection
This endpoint allows you to create a new collection_id.
Request Body
- No request body parameters required.
Response
The response will be a JSON object with the following properties:
-
collection_id
(string): The ID of the created item. -
success
(boolean): Indicates whether the item creation was successful.
POST
Authorizations
Response
201
application/json
Created
The response is of type object
.