cURL
curl --request POST \ --url https://elixir.jobkit.io/plans.json \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "price": 123, "period": 123, "highlight": true, "badge": true, "pin": true }'
{ "id": 3, "name": "Featured", "price": 99, "period": 30, "highlight": true, "badge": true, "pin": true }
Create a new payment plan