Use new Signature v2 for APIs that have Sign2.0 tag
Sign2.0
1.0
{ "timestamp": "1640749507", "nonce": 66 }
curl --location --request PUT 'https://api-uat.io.linksfield.net/cube/v4/sims/89852123456789098765/suspend?suspend_date=2022-07-11&activate_date=2022-07-12' \ --header 'nonce;' \ --header 'timestamp;' \ --header 'Accept-Language: en-US' \ --header 'Authorization;' \ --header 'X-LF-Api-Version;' \ --header 'X-LF-Signature-Type: 2.0' \ --header 'Content-Type: application/json' \ --data-raw '{ "timestamp": "1640749507", "nonce": 66 }'
{ "data": {}, "status": { "code": "string", "message": "string", "detail": "string" } }