curl --location --request GET 'https://api-develop.enspace.io/user-api-keys'
{
"data": [
{
"id": 0,
"user_id": 0,
"workspace_id": 0,
"method": "string",
"endpoint": "string",
"request_body": {},
"response_body": {},
"status": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}