Şu kodları denedim çalıştı ama php ile form ile post ettiremiyorum

curl --request POST \
     --url https://api.bunny.net/pullzone/747810/edgerules/addOrUpdate \
     --header 'AccessKey: 41c80cf2-a8fc-4a75-85c9-fe48f54d76c78cbe6d3e-b6ab-4668-8b45-bac59b7b6115' \
     --header 'Content-Type: application/json' \
     --data '
{
     "Triggers": [
          {
               "PatternMatches": [
                    "TR"
               ],
               "Type": 4,
               "PatternMatchingType": 0
          }
     ],
     "ActionType": 1,
     "TriggerMatchingType": 2,
     "Enabled": true,
     "ActionParameter1": "https://google.com"
}
'