curl --location -g --request GET 'https://app-dev.jollor.com/api/public/v1/posts/{{post_id}}/capabilities'
{
"post_id": "653f8c7664e1adb4ec547d7a",
"reply": {
"allowed": true,
"reply_length": 2000
},
"attachment_formats": {
"image/jpeg": {
"max_count": 0,
"max_width": 0,
"max_height": 0,
"max_size_bytes": 0
},
"image/png": {
"max_count": 0,
"max_width": 0,
"max_height": 0,
"max_size_bytes": 0
},
"video/mp4": {
"max_count": 0,
"max_width": 0,
"max_height": 0,
"max_size_bytes": 0
}
}
}