I want to calculate POST and GET API call percentage in which i am sending json string as request and receiving json response from server .
Also in some api call i am sending form data as key pair as well.
I check these solution which used for showing percentage for file upload SO upload img.
I check similar question here as well SO but it does not have any answer.