curl --location -g --request GET 'https://.daftra.com/v2/api/entity/package/{{id}}/1?per_page=100' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json'{
"id": 34,
"name": "Package Test 4.3",
"price": 350,
"period_value": 1,
"period_unit": "monthly",
"status": 1,
"product_id": null,
"description": "Test Description 2.0",
"created": "2026-02-10 13:04:49",
"modified": "2026-02-10 13:04:49",
"deleted_at": null,
"type": "membership",
"branch_id": 1
}