Cannot use variable inside json –data
I have a working API (linode) to update a domain. So, below is a normal API call that work just fine to update data: #!/bin/bash # hardcoded data for testing LINODE_API_KEY=1234 domain_id=1931316 domain_name="abx.com" domain_type="master" domain_email="[email protected]" domain_ttl=30 # Update the domain…