curl --location --request POST 'https://transactions.srblabs.io/api/v1/contracts//abi?network' \
--header 'Content-Type: application/json' \
--data-raw '{
"abi": "string"
}'
{
"abi_json": "string",
"contract_address": "string",
"contract_name": "string",
"contract_type": "string",
"created_at": "string",
"deployer_wallet_id": "string",
"id": 0,
"is_verified": true,
"network": "string",
"updated_at": "string"
}