curl --location 'https://api.hashpay.me/v1/organizations//api-keys?status=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"name": "string",
"prefix": "string",
"scopes": [
"string"
],
"status": "active",
"expiresAt": "2019-08-24T14:15:22.123Z",
"lastUsedAt": "2019-08-24T14:15:22.123Z"
}
]
}