curl --location -g --request POST 'https://v1.popaap.cc/api/plans/?Authorization=Bearer {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"application_id": 1,
"name": "Plan Premium",
"duration_days": 30
}'{
"id": 1,
"application_id": 1,
"name": "Plan Premium",
"duration_days": 30,
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}