Hi @arpan-garg ,
You could use place context data type which describes the location information of the event. more details here:-
https://experienceleague.adobe.com/docs/experience-platform/xdm/data-types/place-context.html?lang=e...
For instance, you can add this datatype into your request load when you invoke the API
"placeContext": {
"localTime": "2023-03-22T21:01:21.193-06:00",
"localTimezoneOffset": 360
},
Hope that helps!
Regards,
Nitesh