curl --location --request POST 'https://api.flireo.com/api/v1/byok' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider": "deepgram",
"api_key": "string"
}'{
"success": true,
"byok_keys": {}
}