Authorization: Bearer ********************
{
"type": "shipping",
"label": "Loja Principal",
"street": "Rua Augusta",
"number": "456",
"neighborhood": "Consolação",
"city": "São Paulo",
"state": "SP",
"zip_code": "01305-000",
"is_default": true
}
{
"success": true,
"message": "Endereço criado com sucesso",
"data": {
"address_id": "01k0frh8cyw8dhrjr2wefqer9w",
"type": "shipping",
"label": "Loja Principal",
"street": "Rua Augusta",
"number": "456",
"complement": null,
"neighborhood": "Consolação",
"city": "São Paulo",
"state": "SP",
"zip_code": "01305-000",
"country": "BR",
"is_default": true,
"is_active": true,
"created_at": "2025-07-18T21:55:04.000000Z",
"updated_at": "2025-07-18T21:55:04.000000Z",
"deleted_at": null
}
}