did some digging into the RequestService class and saw the api url that’s created and immediately saw what I was missing.
I was trying ‘customer’ and ‘customer_ids’ as the key. Meaning I was missing off the [] at the end of the customer_ids.
Long story short, I tried ‘customer_ids[]’ as the key and it worked as expected.