Start payment
curl -X POST "http://127.0.0.1:8887/showqrcode" \
-H "Content-Type: application/json" \
-d '{
"pay_id":"ORDER-1001",
"amount":12500,
"currency":"MDL",
"currency_name":"MDL",
"pay_system":"miaPos"
}'
curl -X POST "http://127.0.0.1:8887/showqrcode" \
-H "Content-Type: application/json" \
-d '{
"pay_id":"ORDER-1001",
"amount":12500,
"currency":"MDL",
"currency_name":"MDL",
"pay_system":"miaPos"
}'