# 단계 보상 청구하기 클라이언트 엔드포인트입니다. 보상 체인에서 현재 사용자의 단계에 대한 보상을 청구합니다. Endpoint: POST /v2/project/{project_id}/user/reward_chain/{reward_chain_id}/step/{step_id}/claim Version: 2.0.0 Security: XsollaLoginUserJWT ## Path parameters: - `project_id` (integer, required) 프로젝트 ID입니다. 이 매개 변수는 관리자 페이지의 프로젝트 이름 옆에서 확인할 수 있습니다. Example: 44056 - `reward_chain_id` (integer, required) 보상 체인 ID입니다. Example: 101 - `step_id` (integer, required) 보상 체인의 단계 ID입니다. Example: 120 ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1501 - `errorMessage` (string) Example: "[0401-1501]: Authorization failed: Provide authorization" - `statusCode` (integer) Example: 401 ## Response 404 fields (application/json): - `errorCode` (integer) Example: 9911 - `errorMessage` (string) Example: "[0401-9911]: Reward chain step not found." - `statusCode` (integer) Example: 404 ## Response 422 fields (application/json): - `errorCode` (integer) Example: 9912 - `errorMessage` (string) Example: "[0401-9912]: Can't claim the step reward." - `statusCode` (integer) Example: 422 ## Response 204 fields