curl --location 'https://dev-api-2.golfera.net/api/v2/admin/modules/list' \
--header 'Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvZGV2LWFwaS0yLmdvbGZlcmEubmV0XC9hcGlcL3YxXC9jYWRkaWVcL2xvZ2luIiwiaWF0IjoxNzgzNDIwNDQ1LCJleHAiOjE3ODcwMjA0NDUsIm5iZiI6MTc4MzQyMDQ0NSwianRpIjoiY2hJZHZHRkV3YktRTzhUeSIsInN1YiI6NDI0LCJwcnYiOiIyOGYwYWZkYmM3OTJjYmEyM2ViYjQxMTYyZTJhODBlMzZhZjRhNzlkIn0.pOg5rK9TvAtohirjMBs-TWL7QLYwwtK2BE5z1m0Bs70'{
"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"
}
]
}