curl --request POST \
--url https://api.pricenow.dev/api/accounts/current/addresses \
--header 'Content-Type: application/json' \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>' \
--data '
{
"addressLine1": "<string>",
"city": "<string>",
"zip": "<string>",
"countryCode": "<string>",
"purpose": [
"BILLING"
],
"addressLine2": "<string>",
"state": "<string>"
}
'