Modules\System\Http\Controllers\Admin\Message\SmsConfigController::setConfigAuthorization: Bearer ********************{
"type": "ali",
"sign": "string",
"app_id": "string",
"app_key": "string",
"secret_id": "string",
"secret_key": "string"
}curl --location '/adminapi/system/message/sms/setConfig' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "ali",
"sign": "string",
"app_id": "string",
"app_key": "string",
"secret_id": "string",
"secret_key": "string"
}'{
"code": 200,
"message": "",
"data": null
}