curl --request PUT \
--url https://api.eqho.ai/v1/roles/{role_id} \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"name": "Customer Support",
"description": "Help customers with their problems and concerns.",
"markdown": {
"sections": [
{
"level": 3,
"title": "<string>",
"content": "<string>",
"subsections": [
{
"level": 3,
"title": "<string>",
"content": "<string>"
}
]
}
]
}
}'