$curl -X POST https://api.fyno.io/v1/FYXXXXXXXX/live/profiles/properties/list-append \> -H "Authorization: Bearer " \> -H "Content-Type: application/json" \> -d '{> "$append": {> "property_1": "some text",> "property_2": 123,> "property_3": 45.67,> "property_4": "2020-10-01T18:30:00.000Z",> "property_5": "2021-12-01",> "property_n": "2021-11-01T13:35:00+02:00"> },> "distinct_id": "XXXXXXXX">}'