curl --request POST \
--url https://api.orderly.org/v1/delegate_settle_pnl \
--header 'Content-Type: application/json' \
--header 'orderly-account-id: <orderly-account-id>' \
--header 'orderly-key: <orderly-key>' \
--header 'orderly-signature: <orderly-signature>' \
--header 'orderly-timestamp: <orderly-timestamp>' \
--data '{
"signature": "<string>",
"userAddress": "<string>",
"verifyingContract": "<string>",
"message": {
"delegateContract": "<string>",
"brokerId": "<string>",
"chainId": 123,
"settleNonce": 123,
"timestamp": 123
}
}'