Authorization: Bearer ********************
{ "id": 501 }
curl --location 'http://probill.local/api//domain/transfer/sendAuth?id=20004' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": 501 }'
{ "code": 0, "msg": "转移授权已发送至 admin@example.com", "time": 1720857600 }