gateway.http 184 B

123456789101112
  1. GET http://localhost:9099/cargo-service/locations
  2. Accept: application/json
  3. ###
  4. POST http://localhost:9099/cargo-service/cargos/
  5. Content-Type: application/json
  6. {
  7. "Id": "ABC123"
  8. }