Can not get session by session id ( start with character / ) when use restful api

When I use api( https://api.zoom.us/v2/videosdk/sessions?from=2024-03-25&type=past ), I can get a session which id is /7NykbMQSv+HHA/25y9UpQ==.
When I use api ( https://api.zoom.us/v2/videosdk/sessions//7NykbMQSv+HHA/25y9UpQ==?type=past ), the response is {
“code”: 3001,
“message”: “Session does not exist.”
}
By the way, if I use this id ( xQpwmPmsTDOHSpM12V/Z/A== ). The result is right, so I guess whether the id can not start by the character /. This id is generated by zoom and I don’t know how to hander it. Could anyone can give me a idea, thx.

@aitmed if it starts with / you might need to double encode it