curl --location -g --request GET 'https://v1.popaap.cc/api/apps/?Authorization=Bearer {token}'[
{
"id": 1,
"name": "Mon Application",
"app_id": "app_abc123",
"secret_key": "sk_xyz789",
"created_at": "2024-01-01T00:00:00.000Z"
},
{
"id": 2,
"name": "App Collaborateur",
"app_id": "app_def456",
"secret_key": "sk_uvw012",
"created_at": "2024-01-02T00:00:00.000Z",
"isCollaborator": true
}
]