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