range-config.yml. For other create modes use the dedicated endpoints: /blueprints/from-range, /blueprints/{blueprintID}/copy, or /blueprints/import.curl --location --request POST 'https://mock.apidog.com/m1/1126461-0-default/blueprints' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"blueprintID": "string",
"name": "string",
"description": "string",
"version": "string",
"tags": [
"string"
],
"min_ludus_version": "string",
"config": "string"
}'{
"result": "string",
"blueprintID": "string"
}