Authorization: Bearer ********************
{
"macAddress": "42-B4-93-17-E5-1E",
"username": "Half_nothing",
"uuid": "e430d6fcfac335e3a3e7bd5ab13a9095",
"packName": "模块化科技:探索"
}
curl --location --request POST 'https://sbi.pigeon-server.cn/api/launcher/get-access-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"macAddress": "42-B4-93-17-E5-1E",
"username": "Half_nothing",
"uuid": "e430d6fcfac335e3a3e7bd5ab13a9095",
"packName": "模块化科技:探索"
}'
{
"status": true,
"key": "mMISpYOJKYVEatJRLknHBvnmdVYSZICL"
}