Describe the bug
With 4.10 version of okhttp, there's a breaking change with use of function RequestBody.create(payload, JSON). It's changed to RequestBody.create(JSON, payload)
** Expect**
Would be great to have the dependency updated and fix complier issue.
** Version **
Works with version 4.9.3
Compiler errors with version 4.10

complete the following information):**
Describe the bug
With 4.10 version of okhttp, there's a breaking change with use of function
RequestBody.create(payload, JSON). It's changed toRequestBody.create(JSON, payload)** Expect**
Would be great to have the dependency updated and fix complier issue.
** Version **
Works with version 4.9.3
Compiler errors with version 4.10