profile 조회
GET
https://{market-domain}/v1.0/pick/lobby/me/profile
Headers
Name
Type
Description
Authorization*
String
Bearer eyJhbGciOiJIUzI1Ni....
{
"return": 0,
"message": "success",
"value": {
"banxa_terms_agreed": true,
"profile_path": "https://onbufffile.blob.core.windows.net/inno/live/nft/pack/56/thumb.png",
"nft_quantity": 0,
"planet_participate_count": 0,
"planet_win_count": 0,
"auto_charge_date": "2022-11-29T00:00:00Z"
}
}
curl --location --request GET 'https://localhost:51101/v1.0/pick/lobby/me/profile' \
--header 'Authorization: Bearer eyJhbGciOiJIU…….’
Last updated