Read tickets requested by user
Reads all tickets requested by a specific user. This example demonstrates using the get_tickets_for_user_requested endpoint with the user_id parameter.
SELECT * FROM get_tickets_for_user_requested
WITH(
user_id='123'
)