Hello
I’m trying to get an API request, I have such a request
curl -u ACCOUTID:APIKEY https://api.youcanbook.me/v1/ACCOUNTID/bookings?fields=answers
in my account I have bookings with answers fields
but in request I get empty object http://prntscr.com/oz6gq6
what am I doing wrong?