curl --request POST \
--url 'https://api.mementodatabase.com/v1/libraries/pTLgdTMiY/entries?token=TOKEN' \
--header 'content-type: application/json' \
--data '{
"fields": [
{
"id": 9,
"value": "2020-07-22T06:01:52.794Z"
},
{
"id": 6,
"value": "any"
}
]
}
'