You need to concatenate that variable into the JSON, not before the JSON. So your CONCATENATE function should be something like:
CONCATENATE("{ \"platform_id\": ", session.ani, "}")
I'm oversimplifying this of course, just so you understand what you need to do. The variable needs to be added in...