POST
    /trades/
  
  curl \
 --request POST 'http://api.example.com/trades/' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"type":"Supply","resource":"string","amount":42,"quality":42,"region":"string","price":42}'
    
        Request examples
  
  {
  "type": "Supply",
  "resource": "string",
  "amount": 42,
  "quality": 42,
  "region": "string",
  "price": 42
}
        Response examples (201)
  
  {
  "message": "string"
}
        Response examples (401)
  
  string
        Response examples (503)
  
  string