Address model
{
"id": (string:uuid),
"type": "addresses",
"attributes": {
"email": (string),
"full_name": (string),
"address1": (string),
"address2": (string),
"phone": (string),
"city": (string),
"zip": (string),
"province": (string),
"country_code": (string),
"created_at": (string:datetime|auto-generated),
"updated_at": (string:datetime|auto-generated)
}
}