Authorization: Bearer ********************curl --location 'https://open.feishu.cn/open-apis/hire/v1/applications?process_id=6960663240925956554&stage_id=614218419274131&talent_id=6891560630172518670&active_status=1&page_token=1&page_size=100&update_start_time=1618500278663&update_end_time=1618500278663&job_id=7334134355464633' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"data": {
"items": [
"6891560630172518670"
],
"page_token": "1",
"has_more": true
}
}