Bubble Integration Help needed

I am trying to Build my mobile application leveraging Bubble.io backend database. Unfortunately I am not able to post or get data from bubble using WEB API. I am a PRO user, We really ned support from Thunkable to solve this issue.

My Data Structure given below
{
“response”: {
“cursor”: 0,
“results”: [
{
“chapter_no”: 2,
“chapter_txt”: “2”,
“Created By”: “admin_user”,
“Modified Date”: “2021-11-29T13:45:54.197Z”,
“Created Date”: “2021-11-29T13:45:54.197Z”,
id": “1638193554197x243383737788303230”
},
{
“chapter_no”: 5,
“chapter_txt”: “5”,
“Created By”: "admin_user
”,
“Modified Date”: “2021-11-29T13:45:54.197Z”,
“Created Date”: “2021-11-29T13:45:54.197Z”,
“_id”: “1638193554197x612489347466684800”
}
],
“remaining”: 50,
“count”: 100
}
}