Example of hash values for post api call

Hey there @tvziem,

It looks like you either have to provide a valid search field, or a list of ids to include.

{
included: { ids: [1, 2, 3, 4] }
}

or

{
included: { search: “name ~ example.com” }
}

Try that and let us know how it goes!

Good luck.