Updates the notes for a specific booking
cURL
curl --request POST \ --url http://localhost:3000/api/bookings/update-notes \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "notes": "<string>" } '
{ "success": true }
The ID of the booking
The updated notes for the booking
Notes updated successfully
Whether the operation was successful