Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl -X 'GET' \
  'https://prod.ax-cloud.com/v1/channel/products/day-ticket' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Token api_key_secret' \
  -H 'Channel: Code code_secret'
  -d '{
  "status_code": 200,
  "data": [
    {
      "id": 1,
      "title": "Test",
      "category": "Test", 
      "ticket_category_code": "Test", 
      "keyword_city": "Test"
    }
  ]
}
'

...