i have to construct a json request with dynamic key below is the sample i need to create, i have set "dynamic_key" from a response which i get it from other service and "dynamic_value" from user interaction, i'm not sure how to change the "dynamic_key" value everytime, could someone tell me how to do it. TIA
"qty":{
"dynamic_key":"dynamic_value"
}