curl --request POST \
--url https://api.orderly.org/v1/sub_account_settle_pnl \
--header 'Content-Type: application/json' \
--header 'orderly-key: <orderly-key>' \
--header 'orderly-signature: <orderly-signature>' \
--header 'orderly-timestamp: <orderly-timestamp>' \
--header 'orderly_account_id: <orderly_account_id>' \
--data '
{
"settle_nonce": 123
}
'