curl --location --request POST 'https://api-test.spotgo.eu/api/v1/orders' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "string",
"fileName": "string",
"type": "Pdf",
"inputText": "string",
"metadata": {
"property1": "string",
"property2": "string"
}
}'{
"orderId": "e39229c9-5bf2-4f48-aa48-a0aa8fa6ab13"
}