curl --location '/admin-api/v1/membership/levels' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"code": "string",
"name": "string",
"growthThreshold": 0,
"dailyPoints": 0,
"benefits": [
"string"
],
"sort": 0,
"status": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}
}