GET https://checkable.app/auth/member/oauth2/authorize?client_id=YOUR_CLIENT_ID&redirect_uri=YOUR_REDIRECT_URI&response_type=code&scope=all&state=STATE
POST /api/auth/member/oauth2/token HTTP/1.1Host: checkable.appContent-Type: application/x-www-form-urlencodedgrant_type=authorization_code&client_id=YOUR_CLIENT_ID&code=AUTHORIZATION_CODE&code_verifier=YOUR_CODE_VERIFIER&redirect_uri=YOUR_REDIRECT_URI
POST /api/auth/member/oauth2/token HTTP/1.1Host: checkable.appContent-Type: application/x-www-form-urlencodedgrant_type=authorization_code&client_id=YOUR_CLIENT_ID&client_secret=YOUR_CLIENT_SECRET&code=AUTHORIZATION_CODE&redirect_uri=YOUR_REDIRECT_URI