I am developing Android Application and using woocommerce REST API i am able to fetch products and display them in android app
But i am not able to create order and customer using POST method in android. I have gone through documentation and all available things but not found something related to POST method in android.
Can anyone provide me the sample code for implementing POST request in Android?