Please help me with my project( I interact with rasa core via http)

I interact with rasa http api with android http client, my problem is the request going fine but can’t get any response, what data should i deal with when i want bot response?

I deal with json data response like this{

“recipient_id”: “john”,

“text”: “Hey there! Tell me your name.”

}

Is there any other json data i should interact with to get the response?