curl --request POST \
--url https://api.coinfer.ai/sys/plot \
--header 'Content-Type: application/json' \
--data '{
"coinfer_auth_token": "",
"coinfer_share_password": "",
"experiment_id": "<string>",
"plot_func": "<string>",
"plot_chain": "<string>",
"plot_var": "<string>",
"n_iteration": 0
}'