curl --location -g --request GET 'https://v1.popaap.cc/api/apps/?Authorization=Bearer {token}' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"id": 1,
"name": "My Application",
"app_id": "app_abc123",
"secret_key": "sk_xyz789",
"created_at": "2024-01-01T00:00:00.000Z"
}