curl --location --request POST 'http://prod-cn.your-api-server.com/auto_check_in' \ --header 'Content-Type: application/json' \ --data-raw '{ "method": "template", "force": false }'
{ "code": 0, "message": "string" }