curl --request POST \
--url https://test.onlinecheckwriter.com/api/v3/emailchecks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"emailChecks": [
{
"checkId": "RJ6qGAAxJPGE1rD",
"payeeEmail": "payee@example.com",
"enableSmsInform": true,
"payeePhone": "+1234567890",
"sendAttachment": 1
},
{
"checkId": "dJM5Gbk3LQeY329",
"payeeEmail": "another@example.com",
"enableSmsInform": false,
"sendAttachment": 0
}
]
}'