How can I get the body of request on rasa

Hi, i’m trying to develop a transportation bot.Therefore i have to get company id as parameter like

{ “sender”: “Rasa”, “message”: “mithatpaşaya yada kızılaya arabayla nasıl giderim”, “CompanyId”: 6 }

but I don’t know how to get it on the rasa core side .How can i get the request body in action. Is there someone who can help? my request to http api:

Can you give us an example of a conversation or how do you want to get the CompanyId?

Thanks @Gehova

it’s solved

@Manthan Could you please share your solution with the rest of the community? That would be awesome :tada:

I have the same trouble.but how,can you help me