I have a vertex with some of the vertex IDs having a blank character in between. The Vertex ID is a parameter for one of my queries. The REST API query fails with this error - <<'Failed to convert user vertex id for parameter >> I tried encoding with urllib.parse.quote to handle the blank character but I continue to get this error <<'Failed to convert user vertex id for parameter >>. I can use graph studio to query the vertex ID with blanks without an error. The error is happening only through the REST API calls. Any help, please?
Thanks,
Ramaiah