curl --request POST \
--url https://botsettings.messagesimproved.com/modify_prompt \
--header 'Content-Type: application/json' \
--header 'admin-email: <admin-email>' \
--header 'api-key: <api-key>' \
--data '
{
"editedString": "<string>",
"selectedBot": "<string>"
}
'