curl --location --request POST '/inst-service/service/inst_svc_getOfferNonmemberInstByProdInstId' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '{
"prodInstId": 2023102409140001
}'
{
"resultObject": [
{
"statusCd": "1.0",
"statusDate": "2023-10-24 00:00:00",
"createStaff": 2023102409140002,
"createDate": "2023-10-24 00:00:00",
"updateDate": "2023-10-24 00:00:00",
"dataVerNum": 0,
"offerNonmemberInstRelId": 2023102409140001,
"offerInstId": 250010183941,
"prodInstId": 2023102409140001,
"useCustId": 202310240914000100,
"roleCd": 1
}
],
"resultCode": "0"
}