curl --location -g --request POST 'https://.daftra.com/v2/api/entity/package' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Package Test 4.3",
"status": 1,
"type": "membership",
"price": 250,
"period_value": 1,
"period_unit": "monthly",
"description": "Test Description",
"branch_id": 1
}'{}