내 NFT 갱신 (SUI 전용)

GET https://{market-domain}/v1.0/mypage/nft/refresh

Headers

Name
Type
Description

Authorization*

String

Bearer eyJhbGciOiJIUzI1NiI...

{
    "return": 0,
    "message": "success",
}

curl --location --request GET 'https://localhost:51071/v1.0/mypage/nft/refresh' --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsI....'

Last updated