pub fn pad_zeros(str_num: &str, precision: u32) -> Result<String>
Pad numerical string with zeros to the desired precision. Required for Nash Me backend