{
"company_name": "深信科创",
"user_name": "jarvis",
"machine_code": "40d95f4b73e456f6c1f5298298e930d80a240c4f3d3a0c977b345b6a741dec34",
"email": "jarvis@autod.ai",
"phone": "13688888888",
"locale": "zhCN"
}
curl --location --request POST '/licenses/' \
--header 'Authorization: bearer {{token}}' \
--header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_name": "深信科创",
"user_name": "jarvis",
"machine_code": "40d95f4b73e456f6c1f5298298e930d80a240c4f3d3a0c977b345b6a741dec34",
"email": "jarvis@autod.ai",
"phone": "13688888888",
"locale": "zhCN"
}'
{}