How to write it in B4a code with OKHttpUtils?
B4X:
POST /post HTTP/1.1
Content-Type: application/json
X-Rapidapi-Host: theblock.ppapi.com
X-Rapidapi-Key: [YOUR API KEY]
Host: theblock.ppapi.com
Content-Length: 181
{
"post_language_id": "22",
"post_title": "My first post title",
"post_content": "This is an example post. The post can be between three and 1000 characters long."
}