static Uri getPostUri({ required final String path, final QueryType? queryType, }) => getUri(path: path, queryType: queryType, addUserAgentParameters: false);