System Information
- Strapi Version: 4.10.2
- Operating System: Windows 11
- Database: SQL
- Node Version: 16.13.0
- NPM Version: 8,1.0
- Yarn Version: -
I keep getting 400 Bad request error while trying to access a newly added custom endpoint.
The other one, /bookings/:id/confirm work fine.
Here is the controller implementation and roles permissions.

Actual response;
Am I missing something ?