paid_trial_prices_createPermission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/paid-trial-prices' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'price=1.5' \
--data-urlencode 'count=2'{
"id": 1,
"price": 1,
"count": 1,
"created_at": "2024-07-25 11:19:29",
"updated_at": "2024-07-25 11:19:29"
}