curl --location '/checks' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Api Key>' \
--header 'Accept: application/json' \
--data '{
"checks" : [
{
"bankAccountId" :"yd6LeMYmdQeE8Dx",
"payeeId" :"Xw2lx48MdGMzWyD",
"categoryId" :null,
"serialNumber" :"1001",
"issueDate" :"2020-10-25",
"amount" :100,
"memo" :"First, Test check using API",
"note" :"",
"accountNumber" :"458756",
"invoiceNumber" :"2545",
"noSign" :0,
"noAmount" :0,
"noDate" :0,
"noPayee" :0,
"voucherId" :null,
"customElements" :
{
"element1":"first class tracking",
"element2": "test sender"
}
}