Hi I have a plugin for bookings installed. I would like to make WP headless so I'm using api calls of course, and my plugin has api routes to call.
However, they are protected. :(
How do I go about unprotecting them?
Route example is http://localhost:8888/wp-admin/admin-ajax.php?action=wpamelia_api&call=/services
When called in postman I get a 403 error.