curl -X POST https://apidemo.test/api/register \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"name": "学院君", "email": "[email protected]", "password": "test123", "password_confirmation": "test123"}'
curl -X POST https://apidemo.test/api/register \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"name": "学院君", "email": "[email protected]", "password": "test123", "password_confirmation": "test123"}'
curl -X POST https://apidemo.test/api/register \