pub async fn create_api_key(
__arg0: State<SaasState>,
__arg1: Auth,
__arg2: Json<CreateApiKeyRequest>,
) -> impl IntoResponseExpand description
Create a new API key.
pub async fn create_api_key(
__arg0: State<SaasState>,
__arg1: Auth,
__arg2: Json<CreateApiKeyRequest>,
) -> impl IntoResponseCreate a new API key.