feat(api): change user appointment stats endpoint to POST method #39

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-26 16:21:18 +00:00

1 Commits

Author SHA1 Message Date
ce3b0b77f5 feat(api): change user appointment stats endpoint to POST method
Changed the user_appointment_stats endpoint from GET to POST method
and added email as a required field. This change allows for more
flexible querying of appointment statistics by requiring user email
in the request body rather than URL parameters.

BREAKING CHANGE: The /api/meetings/user/appointments/stats/ endpoint
now accepts POST requests instead of GET and requires an email field
in the request body.
2025-11-26 16:20:40 +00:00