curl --location -g --request PUT 'https://testapi.bimsat.com:8443/v1/v1/notifications' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"notification_data": {
"auth_hours": {
"monday": {
"min": 8,
"max": 18,
"all_day": false
},
"tuesday": {
"min": 8,
"max": 18,
"all_day": false
},
"wednesday": {
"min": 8,
"max": 18,
"all_day": false
},
"thursday": {
"min": 8,
"max": 18,
"all_day": false
},
"friday": {
"min": 8,
"max": 18,
"all_day": false
},
"saturday": {
"min": 8,
"max": 18,
"all_day": false
},
"sunday": {
"min": 8,
"max": 18,
"all_day": false
}
},
"description": "asd",
"priority": "normal",
"timezone": "Europe/Rome",
"type": "unauth_drive",
"users": [
"62a3bcb96e86dc7ba48ef6f4"
],
"vehicles": [
"66cdebaf199e63eb18066df2"
]
}
}'