Authorization: Bearer ********************
{
"status": 0
}
curl --location --request PUT 'http://127.0.0.1:6810/api/activities//status' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 0
}'
{
"code": "string",
"message": "string",
"data": "string"
}