Describe the bug
A number for example 123456789012345.123456 in request body, when sent to API server, will lose precision and become 123456789012345.12
Steps to reproduce
Example payload:
{ "num1": 123456789012345.123456 }
Expected behavior
Request body JSON should be sent to server as is.
Environment information:
- OS: Windows
- IDE version: 2024.3.1
- plugin version: latest