curl --location --request GET 'https://api.airudder.com/service/cloud/strategy' \
--header 'Authorization;' \
--header 'User-Agent: Airudder'
{
"data": [
{
"StrategyName": "string",
"Rounds": "string"
}
],
"status": "string",
"code": 0
}