내 정보
내 스토어 목록 조회
Authorization
bearer AuthorizationBearer <token>
userToken(계정 스코프) 또는 storeToken(스토어 스코프)
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/me/stores"{ "meta": { "status": 200, "code": "OK", "message": "OK", "isSuccess": true }, "data": [ { "storeId": "string", "storeName": "string", "storeCode": "string", "role": "OWNER", "status": "ACTIVE" } ], "error": null}