Adds a new owner to the user’s Safe account.
The signature should be generated by signing the transaction data obtained from
the /api/v1/owners/add/transaction-data endpoint.
The operation is processed through a delay relay mechanism that executes after 3 minutes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The address to add as a new Safe owner.
"0x3270bf32AB647e90eF94A026c70Aa1daaaDA2382"
The wallet signature authorizing this operation.
"0x1234567890abcdef..."
The message object containing transaction data and salt.
Optional. If using a smart account, the address of the smart wallet to use for the operation.
"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
Successfully submitted the add owner request.