Retrieves the latest booking requests for an artist
cURL
curl --request GET \ --url http://localhost:3000/api/bookings/get-artist-latest-requests
{ "bookings": [ {} ], "totalCount": 123 }
Latest booking requests retrieved successfully