Hi, I need to publish a post via Ghost admin api, with “email_segment” filter set to two conditions: a specific label AND only free members.
I tried the following syntax: “email_segment”: “label:somelabel+status:free”, but it’s giving me an error.
Would you have any suggestions?