Function mz_frontegg_mock::handlers::user::handle_create_tenant_api_token
source ยท pub async fn handle_create_tenant_api_token(
__arg0: State<Arc<Context>>,
__arg1: TypedHeader<Authorization<Bearer>>,
__arg2: Json<CreateTenantApiTokenRequest>,
) -> Result<(StatusCode, Json<TenantApiTokenResponse>), StatusCode>