{
"header":{
"gateway-host": "config::bmo_rc_api.url",
"gateway-api": "/innerapi/package/list",
"gateway-method": "get"
}
}
curl --location -g --request POST '/api/gateway/send?package_type=2&is_debug={{is_debug}}&member_id={{member_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"header":{
"gateway-host": "config::bmo_rc_api.url",
"gateway-api": "/innerapi/package/list",
"gateway-method": "get"
}
}'
{
"message": "string",
"code": 0,
"data": [
"string"
]
}