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