Authorization: Bearer ********************curl --location --request POST '/ent/v2/text2audio' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{\r\n \"model\": \"audio1.0\",\r\n \"prompt\": \"The sound of raindrops falling on a window, accompanied by gentle thunder\",\r\n \"duration\": 5\r\n}'{\r\n \"task_id\": \"911094612548939776\",\r\n \"state\": \"created\",\r\n \"model\": \"audio1.0\",\r\n \"prompt\": \"The sound of raindrops falling on a window, accompanied by gentle thunder\",\r\n \"duration\": 5,\r\n \"seed\": 0,\r\n \"created_at\": \"2026-01-20T07:16:38.094635957Z\",\r\n \"credits\": 10\r\n}