curl --location --request PATCH 'https://app.mgpanel.co/api/real-estate/' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"status": 1,
"price": {
"sale": 245000,
"currency": "USD"
},
"translations": [
{
"code": "us",
"title": "Apartment in Costa del Este",
"highlights": "Ocean view, remodeled",
"content": "{\"blocks\":[]}"
}
]
}'{
"success": true,
"message": "Propiedad actualizada",
"property_id": "507f1f77bcf86cd799439011",
"updated_fields": [
"status",
"price",
"lang",
"modified"
],
"stale_langs": []
}