After successful online deployment, write a API Document for frontend bridging. The most common tool is Postman.
(A) Create Collection and declare Variables
Variables, such as API URL, can be used recurring throughout the whole collection.
(B) Create Folder and Request
Create distinct folder for each Controller. For each Request, fill in Type(Get, Post, Put, Delete), Url, JSON body and Parameters.
(C) Test the API and Save a success response as Example for each request