Basic CRUD APIs
Create item
POST
Authorizations
JWT Authorization Token header using the Bearer scheme
Body
application/json
Response
200
application/json
Item created successfully
JWT Authorization Token header using the Bearer scheme
Item created successfully