curl --location '/tk/v1/ifly/async/process/file' \
--header 'Authorization: Bearer sk-****' \
--form 'file=@""' \
--form 'id=""' \
--form 'aid=""' \
--form 'rate="16000"' \
--form 'encoding="1"' \
--form 'bits=""' \
--form 'chnl=""' \
--form 'offset=""' \
--form 'spkn=""'{
"code": "200",
"msg": "Operation succeeded!",
"data": null,
"traceId": "efabf0de0fb1d427"
}