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/886c434e-57a8-450c-8b02-8fdea38de821' \
      -H 'accept: application/json' \
      -H 'Content-Type: application/json' \
      -H "Authorization: Token api_key_secret" \
      -d '{
          "option_code": "55f2eaaf-154f-4552-adcd-d2542b4153eb",
          "review_code": "95ac32c5-7f11-41a1-a638-3874b9c3ccbc",
          "score_type": "ONE_FIVE",
          "score": 5,
          "title": "가이드 칭찬합니다.",
          "body": "친절한 가이드분 덕분에 즐거웠습니다.",
          "reviewed_at": "2022-01-21 10:00:00.000",
          "reviewer_info": {
            "name": "김민철",
            "phone": "010-1234-1234",
            "email": "ax@change.co"
          }
    }'

...