imprv: apiv3 client (#4770)
* Change apiv3Request to return res instead of res.data
* * Checked and traced apiv3 methods in this project:
- apiv3.get
- apiv3.post
- apiv3.put
- apiv3.delete
- apiv3Get
- apiv3Post
- apiv3Put
- apiv3Delete
Result:
- Almost all apiv3 methods implementing AxiosResponse obj type but there are 3 request that need to extra check
- Added TODO for those three files
* - Fix response to return original obj
* - Checking and remove TODO comments
* - Fix error ElasticsearchMnagement.regreieveIndicesStatus() API implementation