curl --request POST \
--url https://api.perpo.trade/v2/internal_transfer \
--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": {
"receiver": "<string>",
"token": "<string>",
"amount": 123,
"transferNonce": "<string>",
"chainId": "1",
"chainType": "SOL"
}
}
'