curl --location --request POST 'https://oteapi.webnic.cc/reseller/v2/api-user/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "api-xxxxxxxxxxx",
"password": "secret-key"
}'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"access_token": "eyJhbGciOi...wMzUifX0...ujeHdIXhmhA",
"expires_in": 3600
}
}