I could not find any API to get body or any other further details about a problem.
Only API which is present is,
Get the list of problems for given categoryName.
-> GET /problems/{categoryName}
which gives very limited data about a problem
fields are: problemCode, problemName, successfulSubmissions, accuracy.
I tried
-> GET /problems/{categoryName}/{problemCode}
but this API is not available, is there any other undocumented API for this purpose.