curl --request POST \
--url https://api.plurex.io/api/v1/paper/command/Deposit \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--data '
{
"clientRequestId": "<string>",
"accountId": "<string>",
"amount": "<string>",
"asset": "<string>"
}
'