curl --location -g --request GET '/ai-keys/{{companyId}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"status": 0,
"message": "string",
"data": {
"id": "string",
"companyId": "string",
"name": "string",
"apiKey": "string",
"provider": "string",
"model": "string",
"active": true,
"createdAt": "string",
"updatedAt": "string"
}
}