{
"slots": [
{
"date": "2024-12-15",
"time": "07:00:00"
}
]
}curl --location --request POST '/store-availability/dcd8ec68-8516-4a4f-a03f-cf82f604d32b' \
--header 'Content-Type: application/json' \
--data-raw '{
"slots": [
{
"date": "2024-12-15",
"time": "07:00:00"
}
]
}'{
"available_until": "2024-12-15T08:00:00+00:00",
"message": "Availability slots stored successfully",
"next_available_time": "2024-12-15T07:00:00+00:00"
}