Versions Compared

Key

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

...

Code Block
languagebash
curl --location --request GET\
 'https://prod.ax-cloud.com/v1/channel/price/tour/e99f822f-42a8-4d3f-890e-77c5a9bc9cf3' \
--header 'Authorization: Token <access_key>' \
--header 'Content-Type: application/json' \

...