{
"status": "online", // offline
}curl --location --request POST 'http://127.0.0.1:8000/api/share-chat-config/change-user-status/' \
--header 'X-Auth-User-Id: 6a1d6a98-a302-11ee-bd42-0242c0a80103' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "online", // offline
}'{}