curl --location --request POST '/api/consultations' \ --header 'Content-Type: application/json' \ --data-raw '{ "consultationType": "Content Creation", "price": 40, "scheduledAt": "2025-11-10T15:00:00.000Z" }'
{}