Search for customers using various criteria. Supports searching by name (case-insensitive substring match), external_id (exact match), or stripe_customer_id (exact match). At least one search parameter must be provided. Pagination is handled via query params (limit, offset).
API key for authentication
Number of results to return per page.
The initial index from which to return the results.
Input serializer for customer search requests. Note: Pagination (limit/offset) is handled via query params, not POST body.