curl --location --request POST 'https://api.synci.io/api/v1/banks/accounts//sync' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "ALL",
"from_date": "2019-08-24T14:15:22.123Z"
}'{
"message": "Sync initiated. If there is any new data available, it will be fetched shortly."
}