2. Create personal address

POST {{host}}/v1/addresses

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

"{\n    \"id\": 37034374,\n    \"profile\": {{personal-profile-id}},\n    \"details\": {\n        \"country\": \"GB\",\n        \"firstLine\": \"1 A Road\",\n        \"postCode\": \"A11D33\",\n        \"city\": \"London\",\n        \"state\": null,\n        \"occupation\": null,\n        \"occupations\": null\n    }\n}"