Use new Signature v2 for APIs that have Sign2.0 tag
Sign2.0
{ "bundle_id": "LP09823222320", "bundle_type": 10, "cycles": 3, "activate": true, "sim_ids": [ "12345678901234567890", "12345678901234567891", "12345678901234567892" ], "callback_url": "https://client.callback.url/api/cube/batch_result" }
curl --location --request POST 'https://api-uat.io.linksfield.net/cube/v4/sims/bundle/batch' \ --header 'nonce: 12' \ --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 '{ "bundle_id": "LP09823222320", "bundle_type": 10, "cycles": 3, "activate": true, "sim_ids": [ "12345678901234567890", "12345678901234567891", "12345678901234567892" ], "callback_url": "https://client.callback.url/api/cube/batch_result" }'