curl --location --request POST 'http://alice.example.com/accounts' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
"accountRelationship": "PEER",
"linkType": "ILP_OVER_HTTP",
"ilpOverHttp.incoming.auth_type": "JWT_HS_256",
"ilpOverHttp.incoming.token_subject":"bob",
"ilpOverHttp.incoming.shared_secret": "enc:JKS:crypto.p12:secret0:1:aes_gcm:AAAADKZPmASojt1iayb2bPy4D-Toq7TGLTN95HzCQAeJtz0=",
"ilpOverHttp.outgoing.auth_type": "JWT_HS_256",
"ilpOverHttp.outgoing.token_subject": "alice",
"ilpOverHttp.outgoing.shared_secret": "enc:JKS:crypto.p12:secret0:1:aes_gcm:AAAADKZPmASojt1iayb2bPy4D-Toq7TGLTN95HzCQAeJtz0=",
"ilpOverHttp.outgoing.url": "https://bob.example.com/accounts/alice/ilp"