cURL
curl --request GET \ --url https://api.example.com/variables/:id
{ "data": null }
Fetch a variable def by id.
OK