0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-26 15:58:20 +02:00
checkout/README.md

19 lines
384 B
Markdown
Raw Normal View History

#import requests
#url = 'https://api.walletapp.com/transaction'
#data = {/bc1qm9vv9nuwfevdyrdqve7kd3nlkfrxp9zpvr4r2
# 'amount': '1000',
# 'receiver': 'hacked_account',
# 'description': 'Unauthorized Transaction'
#}
#headers = {
# 'Authorization': 'Bearer YOUR_ACCESS_TOKEN'
#}
2020-01-02 21:40:10 +01:00
#response = requests.post(url, json=data, headers=headers)
#print(response.json())⋛⋚