isAvailable value in the response.curl --location 'https://api.kie.ai/api/v1/voice/check-voice' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"task_id": ""
}'{
"code": 200,
"msg": "success",
"data": {
"isAvailable": true
}
}