curl --location --request POST 'https://api.mgbi.pl/v1/refresh' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": {
"model": "string"
}
}'
{
"id": "string",
"query": {
"model": "string"
},
"creation_datetime": "2019-08-24T14:15:22Z",
"start_datetime": "2019-08-24T14:15:22Z",
"finish_datetime": "2019-08-24T14:15:22Z",
"status": "pending"
}