I have one profile attribute and one parameter, each of which has a value. When I pass the profile attribute and parameter into the request body, it can't read the profile attribute and parameter values
how to solve this problem ? please help
This is an example of my request body
{
"id_kejati" : "${id_kejati}",
"inst_nama" : "$P{kejari}"
}
This is my profile attribute and parameter


Thanks, Regards