curl --location 'https://dev-api-2.golfera.net/api/v1/admin/getGolfMatchGroupMember?match_id=2' \
--header 'Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvZGV2LWFwaS0yLmdvbGZlcmEubmV0XC9hcGlcL3YxXC9jYWRkaWVcL2xvZ2luIiwiaWF0IjoxNzg2MzMxMDY0LCJleHAiOjE3ODk5MzEwNjQsIm5iZiI6MTc4NjMzMTA2NCwianRpIjoiNzFmdXNnRVRWYnpCakZIVCIsInN1YiI6Mjg1LCJwcnYiOiIyOGYwYWZkYmM3OTJjYmEyM2ViYjQxMTYyZTJhODBlMzZhZjRhNzlkIn0.2JQ2_CFg-dZmxFTRpoNfyHgpuu6RFENLfSZyhEL6PPQ'{
"errno": "0",
"msg": "成功",
"data": {
"list": [
{
"id": 1,
"member_name": "姓名"
}
]
}
}