Sets a new onchain daily spending limit for the authenticated user’s Safe account. This endpoint requires a valid signature from the user’s wallet to authorize the change.
The signature should be generated by signing the transaction data obtained from
the /api/v1/accounts/onchain-daily-limit/transaction-data endpoint.
The limit update is processed through a delay relay mechanism that executes after 3 minutes.
Note: The onchainDailyLimit must be an integer value between 1 and 8000.