i am sending messages like this
{
"subscriber_id": XXXX,
"data": {
"version": "v2",
"content": {
"type":"instagram",
"messages": [
{
"type": "text",
"text": "XXXXXX"
}
],
"actions": [],
"quick_replies": []
}
}
}
just like it is described in the documentation and it is not working. What is the proper way
