utilities/ondc-crypto-sdk-nodejs/src/utility/index.ts:
- createAuthorizationHeader uses JSON.stringify on the raw payload and then signs this formatted payload; this should be removed;
- verifyHeader uses JSON.stringify on the raw payload and verifies with this formatted payload; this should be removed;