curl --request PUT \
--url https://agentgate.mynewapi.com/api/v1/profiles/{name} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"description": "<string>",
"extends": "<string>",
"loopStrategy": {},
"verification": {},
"gitOps": {},
"executionLimits": {}
}
'