curl --location --request GET 'https://api.flireo.com/api/v1/byok/config' \
--header 'Authorization: Bearer <token>'{
"providers": [
{
"id": "deepgram",
"name": "string",
"category": "stt",
"docsUrl": "string",
"models": [
{
"id": "string",
"name": "string",
"default": true
}
],
"voices": [
{
"id": "string",
"name": "string"
}
]
}
]
}