Android Volley JsonObjectRequest Post prameter in Kotlin
I use Volley with Java not have any problem.
put when convert to kotlin i found some problem with send parameter with request
I try used custom request class extends from Request this is not fix my problem
also i used JsonObjectRequest with hash map some mistake the parameter not send with request.
also used JsonObjectRequest with JSONObject also same mistake is still
after that i used Post Man API the side from API is fine not has any problem
also when used StringRequest not has any problem...