curl --request POST \
--url https://api.trustblock.run/v1/audit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: <content-type>' \
--data '{
"reportFileCid": "<string>",
"reportType": "file",
"name": "<string>",
"description": "<string>",
"conductedAt": 123,
"project": {
"links": {
"website": "<string>",
"twitter": "<string>",
"discord": "<string>",
"telegram": "<string>",
"github": "<string>",
"youtube": "<string>",
"linkedIn": "<string>"
},
"email": "<string>",
"name": "<string>",
"tags": [
"analytics"
],
"chains": [
"ethereum"
]
},
"contracts": [
{
"type": "onChain",
"chain": "<string>",
"address": "<string>"
}
],
"issues": [
{
"name": "<string>",
"description": "<string>",
"status": "<string>",
"severity": "<string>"
}
]
}'