curl --location --request POST '/api/voice/generate' \
--header 'token: {{api-token}}' \
--form 'type="2"' \
--form 'record_id="1"'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"file": "http://www.php-kl.localhost/question/7d48c76759dc8d243db880ddcc46742a.mp3"
}
}