Versions Compared

Key

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

...

  • Code Block
    curl -X 'POST' \
      'https://prod.ax-cloud.com/v1/channel/review/tour/order-212312' \
      -H 'accept: application/json' \
      -H 'Content-Type: application/json' \
      -H "Authorization: Token api_key_secret" \
      -d '{
          "channel_order_code": "090a9be0397",
          "review_score_type": "ONE_FIVE",
          "review_score": 100,
          "title": "즐거운 경험이었습니다.",
          "body": "친절한 가이드분 덕분에 즐거웠습니다.",
          "reviewed_at": "2022-01-21T10:00:00.000Z",
          "reviewer_info": {
            "name": "홍길동",
            "phone": "01012341234",
            "email": "ABC@abc.com"
          }
    }'

...