By default, the web API uses which content-type in its response?
By default, the web API uses which content-type in its response?
By default, web APIs typically use the JSON (JavaScript Object Notation) content-type in their responses because it is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate.
https://sc1.checkpoint.com/documents/SMB_R80.20.35/AdminGuides/Locally_Managed/EN/Topics/RESTful-API.htm?TocPath=_____12
Correct