Search for users by query string (name/email/phone) with pagination.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search term (matches name, email, or phone).
Page number (1-based).
x >= 1Page size (between 5 and 10).
5 <= x <= 10