curl --request POST \
--url https://api.taxo.co/v1/extractions \
--header 'Content-Type: application/json' \
--data '
{
"subject": {
"identifier": "<string>",
"name": "<string>"
},
"credentials": {
"type": "<string>",
"password": "<string>",
"privateKey": "<string>",
"certificate": "<string>"
},
"options": {
"informationType": "<string>",
"period": {
"from": "<string>",
"to": "<string>"
},
"direction": "<string>"
},
"filters": {
"emitters": [
{}
],
"receivers": [
{}
],
"minAmount": 123,
"maxAmount": 123
}
}
'