curl --location --request PATCH 'https://api.pibox.com/api/v2/projects//messages/' \
--header 'Content-Type: application/json' \
--data '{
"body": "string",
"body_rich": "string",
"attachments": [
0
]
}'{
"error": {
"code": "string",
"message": "string"
}
}