Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/vendor//statement-of-account?fromDate&toDate' \
--header 'pageNo;' \
--header 'pageSize;' \
--header 'sortBy;' \
--header 'sortOrder;' \
--header 'ORGANIZATION-ID: 00000'
{
"data": null,
"message": "string"
}