샌드박스 전용 엔드포인트 목록:
- POST accounts 샌드박스에서 계정을 생성
- POST accounts/:account_id/features 샌드박스에서 계정에 기능 추가
- POST accounts/:account_id/funding_instruments 샌드박스에서 계정에 자금 수단 추가
- DELETE accounts/:account_id 샌드박스에서 계정 삭제
- DELETE accounts/:account_id/features 샌드박스에서 계정의 기능 삭제
- DELETE accounts/:account_id/funding_instruments/:funding_instrument_id 샌드박스에서 계정의 자금 수단 삭제