curl --location -g --request POST 'https://v1.popaap.cc/api/apps/?Authorization=Bearer {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My Application"
}'{
"message": "Application created successfully",
"app": {
"id": 3,
"name": "My Application",
"app_id": "app_ghi789",
"secret_key": "sk_rst345",
"created_at": "2024-01-03T00:00:00.000Z"
}
}