Use new Signature v2 for APIs that have Sign2.0 tag
Sign2.0
v1.0
{ "timestamp": "1640749507", "nonce": 66 }
curl --location --request POST 'https://api-uat.io.linksfield.net/cube/v4/sims/89852123456789098765/activate' \ --header 'nonce;' \ --header 'timestamp;' \ --header 'Accept-Language: en-US' \ --header 'Authorization;' \ --header 'X-LF-Api-Version;' \ --header 'X-LF-Signature-Type: 2.0' \ --header 'Cookie: token=undefined' \ --header 'Content-Type: application/json' \ --data-raw '{ "timestamp": "1640749507", "nonce": 66 }'
{ "data": null, "status": { "code": "CB-00-0000", "message": "Success", "detail": null } }