send function postman post request code example
Example 1: send post request postman
{
"title" : "test title",
"singer" : "some singer"
}
Example 2: passing header for api postman
Content-Type: application/json
{
"title" : "test title",
"singer" : "some singer"
}
Content-Type: application/json