curl --location --request POST '/api/v1/plugins//artifacts' \
--header 'Content-Type: application/json' \
--data-raw '{
"artifact_name": "string",
"checksum": "string",
"format": "string",
"kind": "string",
"local_path": "string",
"size_bytes": 0,
"source_url": "string",
"version": "string"
}'
{
"details": {
"property1": "string",
"property2": "string"
},
"error": "string"
}