X-Auth-Token: ********************
{
"acq_contract_no": "string",
"acq_contract_no_list": [
{}
]
}
curl --location --request POST 'ims/ip/merchant/acqContract/getPayParams' \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token;' \
--data-raw '{
"acq_contract_no": "string",
"acq_contract_no_list": [
{}
]
}'
{
"code": "string",
"msg": "string",
"data": [
{
"acq_contract_no": "string",
"param_key": "string",
"param_value": "string"
}
]
}