curl --location --request GET '/invoice/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 1,
"comment": "Пополнение баланса #123312",
"order_id": "sdf1s2",
"success_url": "https://aurapay.tech"
"fail_url": "https://aurapay.tech"
"callback_url": "https://aurapay.tech"
"comment": "Комментарий",
"lifetime": 300,
"service": "card"
}'{}