Hi
If there is a variable need to read from context then how can we use it in the code
example "context":{"acc_id" :"678827388"}
Need to read this id as id= acc_id.
I have tried overriding path
@property
def path(self):
path="api_url/{acc_id}"
return path
But it doesn't seem to work...what could be the reason?