It says invalid json when i put this in the make call http request??
{
"assistantId": "c8011ad6-e6e7-4eee-9da8-cce675acad1b",
"phoneNumberId": "07ee7287-8d18-4e8f-9d8f-d6f752cdeeb1",
"customer": {
"number": "+61412927117"
},
"assistantOverrides": {
"model": {
"provider": "openai",
"model": "gpt-4.1-Mini",
"messages": [
{
"content": "You are a friendly and professional AI voice agent representing Qwickstep.ai. Your job is to speak with applicants who have submitted a job application and qualify their interest and fit by guiding a short structured conversation. You should have in-depth knowledge about n8n and vapi and the functions of them.", "role": "system"
}
]
},
"firstMessage": "Hey {{ FullName }}, I'm Anthony from Qwickstep.ai. Just wanted to chat about the position you applied for.", "variableValues": "{{FullName}}"
}
}
}