Authorization: Bearer ********************
{
"name": "插件世界",
"username": "example",
"password": "example",
"password_confirmation": "example",
"email": "example@example.com"
}
curl --location --request POST 'https://translate-api.plugins-world.cn/api/ssl/register' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "插件世界",
"username": "example",
"password": "example",
"password_confirmation": "example",
"email": "example@example.com"
}'
{
"err_code": "string",
"err_msg": "string",
"data": [
{
"lang_tag": "百度翻译",
"content": "string"
}
]
}