Authorization: ********************curl --location --request PUT '/api/v2/ktties//cards/update-physical-address' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"delivery_address": {
"administrative_region": "NSW",
"country_code_iso": "AUS",
"line1": "331 Swift Extensions",
"post_code": "2122",
"town_or_city": "New Castle"
},
"pin": "4444"
}'{
"errors": [
{
"code": "openapi_spec_request_parse_failed",
"detail": "string"
}
]
}