curl --location --request POST 'https://api-test.spotgo.eu/api/v1/documents' \
--header 'Content-Type: application/json; x-api-version=1.0' \
--data-raw '{
"file": "string",
"fileName": "string",
"fileType": "Pdf",
"type": "Invoices",
"metadata": {
"property1": "string",
"property2": "string"
}
}'{}