curl --location --request GET '/api/consultations/available?month=11&year=2025' \
--header 'Content-Type: text/plain' \
--data-raw '{
"consultationType": "Content Creation",
"price": 40,
"scheduledAt": "2025-11-10T15:00:00.000Z"
}'
{}