curl --location --request POST 'https://report-api.get.systems/api/global/templates/abcdef01-2345-6789-abcd-ef0123456789/build' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"parameters": [
{
"name": "string",
"dataType": "Bool",
"value": "string"
}
]
}'{
"jobId": "abcdef01-2345-6789-abcd-ef0123456789",
"status": "Initialized",
"errorMessage": "string",
"templateId": "abcdef01-2345-6789-abcd-ef0123456789"
}