curl --request PUT \
--url https://api.devin.ai/v2/enterprise/playbooks/{playbook_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"body": "<string>",
"title": "<string>",
"macro": "<string>"
}
'