Post Thread
POST /threads
Posting a new thread to the forum.
Headers
Authorization: Bearer {accessToken}
Content-Type: application/json
Body
{
"title": "string",
"body": "string"
}
POST /threads
Posting a new thread to the forum.
Authorization: Bearer {accessToken}
Content-Type: application/json
{
"title": "string",
"body": "string"
}