Skip to content

Commit

Permalink
Update Readme.md for auth header
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik-mazumdar authored Apr 1, 2024
1 parent 6ad68a5 commit 58dc0cc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion utilities/on_subscibe-service/java/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,13 @@
}
]
}
}'```
}'
```

### Create Auth Header
To generate the auth header kindly use the following curl request:
```
curl --location 'localhost:8080/create-header' \
--header 'Content-Type: application/json' \
--data '{"value":{"abc":"test"},"private_key":"your_signing_private_key"}'
```

0 comments on commit 58dc0cc

Please sign in to comment.