I am trying to send HTTP request to ‘/v1/create’ on daml app server run with help of daml-on-fabric.
But without JWT token, it responds with ‘Authentication JWT missing’ error.
I am confused about how to handle it?
How do I create/format my JWT for a particular HTTP request for HTTP JSON API ?
I am thinking of including token in authentication header in request…
Please help me out…
I will be glad to get some new ideas.