curl --location --request GET 'https://dash.ryzehosting.com/api/v2/webspace/list' \
--header 'Authorization: Bearer <token>'{
"response": "Successfully fetched webspace list",
"state": "success",
"code": 200,
"data": {
"webspaces": [
{
"uuid": "019b1ffc-696b-8fae-9834-bc39571c35d7",
"id": 2,
"state": "active",
"state_text": "Active",
"expire_at": "2026-02-13 04:12:58",
"created_at": "2025-12-15 03:13:05",
"package": {
"name": "PLESK03",
"type": "Plesk",
"plan_id": 3
},
"domain": "last-try.bond",
"price": {
"year": 60,
"month": 5,
"hour": 0.006944444444444444
}
}
],
"total": 1
}
}