curl --request POST \
--url https://api.primeintellect.ai/api/v1/template/check-docker-image \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "<string>",
"registry_credentials_id": "<string>"
}
'