curl --location 'https://dev-api-2.golfera.net/api/v2/admin/modules/list' \
--header 'Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvZGV2LWFwaS0yLmdvbGZlcmEubmV0XC9hcGlcL3YxXC9jYWRkaWVcL2xvZ2luIiwiaWF0IjoxNzg2MzMxMDY0LCJleHAiOjE3ODk5MzEwNjQsIm5iZiI6MTc4NjMzMTA2NCwianRpIjoiNzFmdXNnRVRWYnpCakZIVCIsInN1YiI6Mjg1LCJwcnYiOiIyOGYwYWZkYmM3OTJjYmEyM2ViYjQxMTYyZTJhODBlMzZhZjRhNzlkIn0.2JQ2_CFg-dZmxFTRpoNfyHgpuu6RFENLfSZyhEL6PPQ'{
"errno": 0,
"msg": "操作成功",
"data": [
{
"id": 22,
"created_at": 1662096176,
"updated_at": 1662096176,
"deleted_at": null,
"client_id": 13,
"shop_name": "咖啡厅",
"is_exercise": "0"
},
{
"id": 21,
"created_at": 1662096176,
"updated_at": 1662096176,
"deleted_at": null,
"client_id": 13,
"shop_name": "练习场",
"is_exercise": "1"
},
{
"id": 20,
"created_at": 1662096163,
"updated_at": 1662096163,
"deleted_at": null,
"client_id": 13,
"shop_name": "半途屋",
"is_exercise": "0"
},
{
"id": 19,
"created_at": 1662096155,
"updated_at": 1662096155,
"deleted_at": null,
"client_id": 13,
"shop_name": "精品店",
"is_exercise": "0"
},
{
"id": 18,
"created_at": 1662096138,
"updated_at": 1662096138,
"deleted_at": null,
"client_id": 13,
"shop_name": "餐厅",
"is_exercise": "0"
}
]
}