curl --location --request POST 'https://transactions.srblabs.io/api/v1/contracts' \
--header 'Content-Type: application/json' \
--data-raw '{
"contract_type": "string",
"network": "string",
"parameters": {},
"wallet_id": "string"
}'
{
"error": "Invalid request: wallet_id is required",
"message": "Details about the error",
"success": false
}