Did the changes but I'm still getting the same error. This is the new body of the request:
vapi_call_payload = {
"maxDurationSeconds": 1800,
"assistantId": assistant_id,
"customer": {
"number": f"{number}",
"name": f"{name}",
"extension": "+61"
},
"phoneNumberID": os.environ["VAPI_PHONE_ID"]
}