post https://api.chainabuse.com/v0/reports/batch
Create one or more reports to alert the space on malicious addresses and/or domains.
You can pass a markdown string for the description field. We support the following subset of the markdown language:
- Normal text:
"text" - Bold:
"**bold text**" - Italic:
"*italicized text*" - Strikethrough:
"~~strikethrough text~~" - Normal heading:
"### heading\n" - Small heading:
"#### heading\n" - Bullet list:
"- item\n- second item\n" - Numbered list:
"1. item\n2. second item\n" - Links:
"[link text](https://example.com)"
