curl --location --request PUT '/api/pop/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Main Data Center",
"description": "Primary Point of Presence located in São Paulo",
"status": true,
"address": {
"line1": "2025 Rua da Liberdade",
"line2": "Bloco 5A, Sala 18",
"district": "Centro",
"postal_code": "96010-150",
"city": {
"name": "Pelotas",
"state": "Rio Grande do Sul",
"country": "Brasil"
},
"latitude": -31.719189,
"longitude": -71.719189,
"detail": "Near the subway station"
}
}'{
"id": "6fc63d2d-96f9-483b-83f7-3a611c4a8daf",
"name": "string",
"description": "string",
"address": {
"id": "6fc63d2d-96f9-483b-83f7-3a611c4a8daf",
"line1": "string",
"line2": "string",
"district": "string",
"postal_code": "string",
"city": {
"id": "6fc63d2d-96f9-483b-83f7-3a611c4a8daf",
"name": "string",
"state": "string",
"country": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"status": true
},
"latitude": "string",
"longitude": "string",
"detail": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"status": true
}