pub async fn create_api_key(
__arg0: State<ApiState>,
headers: HeaderMap,
__arg2: Json<CreateApiKeyRequest>,
) -> ApiResponse<ApiKeyResponse>Expand description
POST /api-keys - Create a new API key
pub async fn create_api_key(
__arg0: State<ApiState>,
headers: HeaderMap,
__arg2: Json<CreateApiKeyRequest>,
) -> ApiResponse<ApiKeyResponse>POST /api-keys - Create a new API key