curl --location --request PATCH '/agent-prompts//' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "Updated Customer Service Bot" }'
{}