Authorization: Bearer ********************
{
"title": "string",
"externalLink": "string",
"summary": "string",
"dueDate": "2019-08-24T14:15:22Z",
"region": "string",
"country": "string"
}
curl --location --request PUT 'https://api.upbooks.io/api/v1/tax-calendar/' \
--header 'ORGANIZATION-ID: 00000' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"externalLink": "string",
"summary": "string",
"dueDate": "2019-08-24T14:15:22Z",
"region": "string",
"country": "string"
}'
{
"message": "string",
"data": null,
"totalCount": 0,
"filteredCount": 0
}