profile 조회
GET
https://{market-domain}/v1.0/pick/lobby/me/profile
Headers
Name
Type
Description
Authorization*
String
Bearer eyJhbGciOiJIUzI1Ni....
curl --location --request GET 'https://localhost:51101/v1.0/pick/lobby/me/profile' \
--header 'Authorization: Bearer eyJhbGciOiJIU…….’
Last updated