Append parameter into body of request call

Hello,
Do we have any way to append the body parameter into API call ? I saw that we can append header only.
We expect send POST request to another service with Dynamic username password input from User, then get the info return from this service, if it success we allow them login to system, if not we decline.
Thank you