상품 구매 시작
POST
https://{market-domain}/v1.0/presales/sale/begin
Request Body
Name
Type
Description
sales_id*
int64
SalesID
claim_id*
int64
상품ID
coin_id*
int64
결제할 코인
curl --location --request POST 'https://{market-domain}/v1.0/presales/sale/begin' --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR....' --header 'Content-Type: application/json' --data-raw '{ "product_id": 7, "basecoin_id": 1, "coin_id": 1 }'
Last updated