Endpoint for execute action with RestInput channel

Is there any endpoint with RestInputchannel for executing action like we have in http API -

/conversations/{sender_id}/execute

Hey @r4sn4 can you tell me how can i save this {sender_id} in my action.py file. Actually I want to run an API call and pass this id as a parameter. first my web app will send a GET request with sender_id in it and I have to save this id for further use. How can I do that? ANd sorry I don’t know much about REST i’m still using the deprecated HTTP api. :sweat_smile::sweat_smile: