I tried to create a call using the server sdk. Got...
# general-english
c
I tried to create a call using the server sdk. Got this issue.
Copy code
body: {
    message: [ 'phoneNumberId must be a UUID' ],
    error: 'Bad Request',
    statusCode: 400
  }
I converted the phone number to uuid and checked the validation. Not sure why this issue is happening