Use new Signature v2 for APIs that have Sign2.0 tag
Sign2.0
4.0.0
curl --location --request GET 'https://api-uat.io.linksfield.net/cube/v4/sims/sim_id/89860120200221752333/textmessage/query?received_start_time=2021-11-30 00:00:00&received_end_by=2021-11-30 23:59:59&page_no=1&page_size=100' \ --header 'nonce;' \ --header 'timestamp;' \ --header 'Accept-Language: en-US' \ --header 'Authorization;' \ --header 'x-lf-Api-Version;' \ --header 'x-lf-Signature-Type: 2.0' \ --header 'client-token;' \ --header 'Content-Type: application/json'
{ "data": { "list": [ { "text_message": "string", "created_at": "string" } ], "total": 0 }, "status": { "code": "string", "message": "string", "detail": "string" } }