79773912

Date: 2025-09-24 15:31:52
Score: 1.5
Natty:
Report link

Looks like it was this which was causing issue:

const requestMethod = '/risk/v1/decisions';

This should have been:

const requestMethod = 'post /risk/v1/decisions';

and the signature string should have v-c-date vs date. Making these changes worked.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: rshix509