curl --request POST \
--url https://example.com/api/v1/integration/psp-deposit-order/v2 \
--header 'Authorization: Bearer Your Token' \
--header 'Content-Type: application/json' \
--data '{
"externalId": "Test01",
"amount": 1000,
"properties": [
{
"key": "CardNumber",
"value": "1111123456781111"
}
]
}'