{
"recv_order_no": "string",
"relate_list": [
{
"amount": 0,
"contract_order_no": "string"
}
]
}
curl --location --request POST 'https://open-fat.cb.paykka.com/api/v2/trade-settle/apply' \
--header 'X-Merch-Id;' \
--header 'X-Merch-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"recv_order_no": "string",
"relate_list": [
{
"amount": 0,
"contract_order_no": "string"
}
]
}'
{
"status": "PENDING_RELATE"
}