curl --location -g --request POST 'http://domain.com/api/query/license' \
--header 'X-Token: web-a56f422c7c9577a5966c919424bd8d81' \
--form 'email="xiaoz93@outlook.com"' \
--form 'order_id="2024053110151439961"'
{
"code": 200,
"data": {
"device_id": "C20D9007CE3B01237623E2F0694C351C",
"end_time": "2107-09-07 18:18:25",
"name": "Zdir Pro文件索引程序【永久版】",
"status": "Active",
"updated_at": "2024-06-07 18:18:48"
},
"msg": "success"
}