curl --request GET \ --url 'https://api.unify.ai/v0/custom_api_key?name=key1' \ --header "Authorization: Bearer $UNIFY_KEY"
{ "name": "custom_api_key_name", "value": "custom_api_key_value" }
Bearer <token>
<token>