Endpoints테스트

연령 인증 상태 설정

이 API는 테스트 모드에서만 사용할 수 있습니다. 웹 플로우로 연령 인증을 실제로 완료하지 않고도 연령 인증을 테스트할 수 있도록 돕는 용도입니다.

POST
/test/set-age-verification-status
AuthorizationBearer <token>

In: header

Request Body

application/json

Request

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/test/set-age-verification-status" \  -H "Content-Type: application/json" \  -d '{    "verificationId": "72d12273-0723-448e-a9f6-f7957128efa5",    "status": "PASS"  }'
{}