import requests
# Create Phone Number (POST /phone-number)
response = requests.post(
"https://api.vapi.ai/phone-number",
headers={
"Authorization": "123"
},
json={
"provider": "vapi"
},
)
why when i do this i get created and when i check number i have ERROR
(Error: TypeError
Message: A phone number must either be a string or an object of shape { phone, [country] }.
Timestamp: 2025-08-13T16:11:22.038Z)