account/login/start 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"apiKey": "example",
"type": "apiKey"
}curl --location '/v1/yousure/account/login/start' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"apiKey": "example",
"type": "apiKey"
}'{
"result": {
"type": "apiKey"
}
}