curl --location --request GET 'https://web.richen8.cn/api/v1/promoter/qualifications/orders?page=1&page_size=20&time_range=last_month' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 0,
"message": "string",
"data": {
"success": true,
"data": [
{
"id": 0,
"order_no": "string",
"qualify_days": 0,
"qualify_fee": 0,
"status": 0,
"status_name": "string",
"expire_at": "string",
"created_at": "string",
"updated_at": "string",
"payment_trade_no": "string",
"paid_at": "string"
}
],
"total_count": 0,
"page": 0,
"page_size": 0
}
}