curl --location --request POST 'https://mock.apidog.com/m1/1209598-0-default/status' \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'X-Api_Secret: YOUR_API_SECRET' \
--header 'X-Application: YOUR_APPLICATION_ID' \
--header 'X-Api-Station: YOUR_API_STATION' \
--header 'X-App-Version: 1' \
--header 'Content-Type: application/json' \
--data-raw '[
"1234abcd6789efgh01234abcd5678efgh"
]'[
{
"RequestId": "1234abcd6789efgh01234abcd5678efgh",
"Success": true,
"QrData": {},
"Error": null,
"IsActionable": true,
"FiscalInvoicePdf": "1234abcd"
}
]