Yes, i do, here's the full body i am sending
{
"messages": [
{
"content": "bonjour l'ami",
"mentions": [
{
"configurationId": "<bot id>",
"name": "<name of my bot>"
}
]
}
],
"context": {
"timezone": "Europe/Paris",
"email": "<email>",
"username": "<myname>"
},
"blocking": true
}