text.http 160 B

1234567891011121314
  1. GET http://localhost:80/api/item
  2. Accept: application/json
  3. Authorization: ***
  4. ###
  5. POST http://localhost:80/api/item
  6. Content-Type: application/json
  7. {
  8. }
  9. ###