import requests data = { 'From': '02071533574', 'To': '6366026267', 'Body': 'Exotel API is working now!' } resp= requests.post('https://c071889b0a7a5844e0d2c4dc8b81d34b4c64258e4e5e87bb:859404f514c157b2897ae208be02b673e07976e5931dfde2@api.exotel.com/v1/Accounts/farmonaut/Sms/send',data=data) print ('herhe') print (resp.status_code)