Harish,
I am unable to access your schema “Quote” but I think I understand what you are trying to do. If you are wanting to use an URL parameter as the value to a column then you should use the following.
Schema: https://www.mockaroo.com/10be7960
Contains a field, Status that is of Formula type. The formula being used is request_params[‘status’]
The Mock API url looks like this: https://my.api.mockaroo.com/3118.json?key=xyxyxyxy&status=Completed
Result:
id,Status 1,Completed 2,Completed 3,Completed 4,Completed 5,Completed 6,Completed 7,Completed 8,Completed 9,Completed 10,Completed
Hope that helps you out.