curl --location --request GET '/manage/invitation-codes/'{
"code": 20000,
"data": {
"code": "abc123def456",
"cost_amount": 0,
"created_at": "2024-01-01 00:00:00",
"creator_id": 1,
"generation_mode": "direct",
"id": 1,
"remark": "Created by admin",
"status": "unused",
"updated_at": "2024-01-01 00:00:00",
"used_at": "2024-01-01 12:00:00",
"used_by_id": 2,
"used_ip": "192.168.1.1",
"used_user_agent": "Mozilla/5.0"
},
"err_code": "string",
"msg": null
}