POST
/status/create
curl \
-X POST https://blips.club/status/create \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'status=string'
Request example
{
"status": "string"
}
curl \
-X POST https://blips.club/status/create \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'status=string'
{
"status": "string"
}