PRIMARY or DELIVERYcurl --location -g --request POST 'https://uat-lb.simplifipay.com/v1/user//address/' \
--header 'requestUuid;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"streetAddress": "string",
"address2": "string",
"cityCode": "string",
"stateCode": "string",
"countryCode": "string",
"postalCode": "string"
}'{
"addressType": "PRIMARY",
"streetAddress": "string",
"address2": "string",
"cityCode": "string",
"stateCode": "string",
"countryCode": "string",
"postalCode": "string"
}