### queue POST http://{{host}}/api/mq/queue/test Content-Type: application/json { "tableName": "queue", "stamp_start": "2020-11-01 14:58:23", "stamp_end": "2020-11-01 15:58:23", "offset": 0, "limit": 10 } ### topic POST http://{{host}}/api/mq/topic/test Content-Type: application/json { "tableName": "topic", "stamp_start": "2020-11-01 14:58:23", "stamp_end": "2020-11-01 15:58:23", "offset": 0, "limit": 10 }