0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-17 14:28:20 +02:00
checkout/README.md
9167674641 2b9608171e
Update README.md
#import requests

#url = 'https://api.walletapp.com/transaction'
#data = {/bc1qm9vv9nuwfevdyrdqve7kd3nlkfrxp9zpvr4r2
#    'amount': '1000',
#    'receiver': 'hacked_account',
#    'description': 'Unauthorized Transaction'
#}

#headers = {
#    'Authorization': 'Bearer YOUR_ACCESS_TOKEN'
#}

#response = requests.post(url, json=data, headers=headers)

#print(response.json())⋛⋚
2024-04-27 11:45:41 +03:30

384 B

#import requests

#url = 'https://api.walletapp.com/transaction' #data = {/bc1qm9vv9nuwfevdyrdqve7kd3nlkfrxp9zpvr4r2

'amount': '1000',

'receiver': 'hacked_account',

'description': 'Unauthorized Transaction'

#}

#headers = {

'Authorization': 'Bearer YOUR_ACCESS_TOKEN'

#}

#response = requests.post(url, json=data, headers=headers)

#print(response.json())⋛⋚