curl --request GET \ --url 'https://api.unify.ai/v0/custom_api_key/list' \ --header "Authorization: Bearer $UNIFY_KEY"
[ { "name": "custom_key_1", "value": "****alue_1" }, { "name": "custom_key_2", "value": "****alue_2" } ]
Bearer <token>
<token>