curl --location --request POST '/clearjunction/payin' \
--header 'X-API-Key: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"payload": {
"clientOrder": "999899-0005",
"amount": 1000.5,
"currency": "EUR",
"description": "Payment for services"
}
}'{}