Can we please remove or increase the limits @ Sandbox?

We are testing a lot on Sandbox and we are getting rate-limiting errors such as the one below.
Is there any way to avoid this on Sandbox?
Curl

curl --location --request POST 'https://dev.abdm.gov.in/cm/v1/apps/login/mobileEmail/auth-init' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lw' \
--header 'Cookie: TS011c04bd=01115a1c905bde72a3' \
--data-raw '{
  "value":     "X5er+TXJUKoSR1Kt9dpBSVtNdVcan9jW2K/G2PWmjqY/lz3kQQEYafKvbH7GtDyvfYRp8CjGnchyw39JPx//T9ni4Dv0MR59iMezdH3IHXNIJnrrq/5viavJuGzQNV32ZG8xXT/5Um/dox+GXpakFD0ZOJeGglctgqAkuI7O/L+VQzTCGCT2mYA6stGDUeeNTQeYGmO7zVzE/vFms+NN1PoECbMP+OoVHpBYsivdfviRkMJZ1Mpg4Z8UvKKsy7t9231A72Tz2lZulr7ID9vRY2HRf088OreGcQTSxPH7NJbDsSj1n/GOEsB5OcXv1v6tvYnC4tenKpeQh5cG0kXs4Q==",
      "purpose": "CM_ACCESS",
      "authMode": "MOBILE_OTP",
      "requester": {
        "type": "PHR",
        "id": "eka_phr"
      }
    }'

Response

{
    "error": {
        "code": 1423,
        "message": "Due to security reasons, You have been locked for 1 hours due to the maximum generate/re-send/verify attempts exhausted. Please try again after 1 hours"
    }
}