{
"source": "apollo",
"name": "default",
"api_key": "YOUR_UPSTREAM_APOLLO_KEY"
}curl --location --request POST '/api/user/byok/keys' \
--header 'Authorization: Bearer {{jwt}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"source": "apollo",
"name": "default",
"api_key": "YOUR_UPSTREAM_APOLLO_KEY"
}'