Authorization: Bearer ********************
{ "id": 2048 }
curl --location 'http://probill.local/api//domain/transfer/cancel?id=20004' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": 2048 }'
{ "code": 0, "msg": "取消域名转移成功", "time": 1720857600 }