curl --location --request POST 'https://api.pibox.com/v1/account/projects/message' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_id": 158402,
"body": "test message"
}'{
"account_id": 378,
"attachments": [],
"body": "test message",
"chat_id": 158402,
"datetime": "2026-02-11T13:43:55Z",
"edited": false,
"id": 334405,
"is_audio_message": false,
"object": "message",
"parent_account_id": null,
"parent_chat_id": null,
"parent_message_id": null,
"type": "message"
}