Http client post query and request body

i want to send post request to api with both query parameters and a request body?

can I use built in cakephp Client to do it and how ?

Ok well I can add them to the url directly.