I am trying to generate a label with a multiline address.... the docs say the occurrence of AddressLine can appear three times. however this is invalid json and I am not sure how to go about it in GO.
Address: &ShipmentAddress{
AddressLine: `Street Value \n Suite122`
City: "City",
StateProvinceCode: "State",
PostalCode: "ZIP",
CountryCode: "COUNTRY",
},
The above value does not work.