curl --location --request GET 'https://api.laf.run/v1/resources/resource-options/'
{
"error": "string",
"data": [
{
"_id": "string",
"regionId": "string",
"type": "cpu",
"price": 0,
"specs": [
{
"value": 0,
"label": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}