계정 관리 앱
[x] 유저 정보 조회
권한: 본인만 가능 → 본인의 정보(본인의 id값)만 조회 가능
/users/<int:user_id>
로플의 제품, 응모권, 래플 관리 앱
[x] 응모권 CRUD
/tickets
/tickets/<int:ticket_id>
id quantity price
1 10 10000
2 20 20000
[x] 응모권 구매
/tickets/<int:ticket_id>/buy
POST /tickets/1/buy
HEADER AUTHORIZATION: TOKEN OOOOOOOOOOOOOOOOOO
[x] 로그인 유저가 가지고 있는 응모권의 수량
/tickets/my-ticket
[x] 제품 CRUD
/products
/products/<int:product_id>
[x] 래플 CRUD
/raffles
/raffles/<int:raffle_id>
[x] 래플 응모
/raffles/<int:raffle_id>/apply
[x] 래플 응모자 리스트
/raffles/<int:raffle_id>/applicants
[x] 래플 응모 상태 새로고침 (임시)
/raffles/<int::raffle_id>/refresh-progress