Store path arguments like: path : "user/{user_id}/path" call : "user/user1/path" arguments stored key value pair:
{ "user_id" : "user1" }
final Map<String, String> arguments = {};