Tech Stack Prerequisite: HTML, CSS, JavaScript, React
headers: {
'Authorization': 'Bearer YOUR_JWT_TOKEN',
'projectID': 'YOUR_PROJECT_ID'
}
To know, what is JWT and how JWT works? Watch: What Is JWT and Why Should You Use JWT
How to Use JWT Authorization Using Postman? Watch: How to Use JWT Authorization
Every API request must include a 'projectID' in the headers. If it doesn't, the request will be rejected with an error.
Kindly refer to the link given below for implementing API: https://drive.google.com/file/d/1K-TiaalOWFYuMd-L3wtHJAkVgW7xyeNI/view
Step 1: Set up the project
Step 2: Nav bar