{}
curl --location -g --request POST 'http://{{server_users}}/signout' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "data": { "user": "User Logged Out" }, "msg": "logged Out successfully", "statuscode": 200, "success": true }