Order of my API endpoints

Hello,
Im having a problem in my API endpoints.
In our company we are using end points like 2.1.11.0 and 2.1.10.0 and so on.
The list of endpoints in my company goes as follow:
2.1.2.25
2.1.5.7
2.1.7.14
2.1.8.6
2.1.9.2
2.1.10.1
2.1.11.0
In Postman endpoint 2.1.11.0 is lower than 2.1.2.25, and in my company is the other way around.
It means that tests that suppose to pass in endpoint 2.1.11.0 now fail because of this problem. My Tests now are completely broken.
How can I solve this problem?
Thanks a lot
Assaf

When you say endpoints, are you referring to the request names in the Collection?

Numbers would have a different ordering than alphanumeric characters - Have you tried adding a prefix to the name, to keep the ordering as you would like it.

[1] 2.1.2.25
[2] 2.1.5.7

Or give them more meaningful names based of what the request is doing?