curl --location --request GET '/admin/order/export_temp?com' \
--header 'Authori-zation;'{
"status": 0,
"msg": "string",
"data": {
"data": [
{
"id": 0,
"title": "string",
"code": "string",
"pic": "string",
"temp_id": "string"
}
],
"count": 0
}
}