curl --request POST \
--url https://api.txcloud.io/v1/transactions/report \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"score_id": "<string>",
"outcome": "completed",
"transaction_id": "<string>",
"fraud_reported": true,
"notes": "<string>"
}
'