{ "message": "string" }
curl --location --request POST 'https://api.sqabl.com/v1/post//hide' \ --header 'Authorization: Bearer <access-token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "message": "string" }'
{}