I am using CURL command to create pages in CQ. This page node has property which takes Multi Value. So in CRX I can see its type is coming as "String[]" instead of just "String". When I use CURL command by default CURL sets everything to "String" . How do I pass the DATA TYPE of the property using CURL command or how do i set MULTI VALUE property using CURL command