I am using “Send Push to All Users With Matching Custom Attribute(s)” API to select my target customers.
I am going to select the user by matching the some attribute key but different value. For example, "interest":"finance"
or "interest":"entertainment"
or "interest":"sports"
As PHP key can only have one value, I cannot push two value into the same key.
so, how can I transform
attribute = {"interest":"finance","interest":"entertainment","interest":"sports"}
into PHP code ?