{
"maintenance_id": "edd225b2-a118-4652-a21f-0163fd19ea69",
"new_start_date": "string"
}
curl --location --request PUT 'https://cgv-prd-maintenance-api.contele.io/api/v1/update_maintenance_date' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"maintenance_id": "edd225b2-a118-4652-a21f-0163fd19ea69",
"new_start_date": "string"
}'
{
"maintenance_id": "edd225b2-a118-4652-a21f-0163fd19ea69",
"new_start_date": "string"
}